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