plot_theme {creditmodel} | R Documentation |
plot_theme
Description
plot_theme
is a simper wrapper of theme for ggplot2.
Usage
plot_theme(
legend.position = "top",
angle = 30,
legend_size = 7,
axis_size_y = 8,
axis_size_x = 8,
axis_title_size = 10,
title_size = 11,
title_vjust = 0,
title_hjust = 0,
linetype = "dotted",
face = "bold"
)
Arguments
legend.position |
see details at: codelegend.position |
angle |
see details at: codeaxis.text.x |
legend_size |
see details at: codelegend.text |
axis_size_y |
see details at: codeaxis.text.y |
axis_size_x |
see details at: codeaxis.text.x |
axis_title_size |
see details at: codeaxis.title.x |
title_size |
see details at: codeplot.title |
title_vjust |
see details at: codeplot.title |
title_hjust |
see details at: codeplot.title |
linetype |
see details at: codepanel.grid.major |
face |
see details at: codeaxis.title.x |
Details
see details at: codetheme
[Package creditmodel version 1.3.1 Index]