Standard ggplot theme
Usage
theme_std(
axis_opts = plot_axis_opts(),
legend_opts = list(pos = "bottom", dir = "horizontal"),
griddisplay = "N"
)
Arguments
- axis_opts
A
list
of axis specific options retrieved fromplot_axis_opts()
.- legend_opts
Legend styling option, a
list
containingpos
(position) anddir
(direction).- griddisplay
Values "Y"/"N" to display grid lines