themeJaspRaw.Rd
JASP theme for ggplot2 objects
themeJaspRaw(
legend.position = "none",
legend.cex = 1,
axis.title.cex = 1,
family = getGraphOption("family"),
axisTickLength = getGraphOption("axisTickLength"),
axisTickWidth = getGraphOption("axisTickWidth"),
fontsize = getGraphOption("fontsize"),
legend.justification = "top",
legend.title = element_text(family = family, size = fontsize, hjust = 0.5),
Xvjust = NULL,
Yvjust = NULL
)
where should the legend be?
magnification of the font size for the legend.
scalar magnification for the title of the axes.
global font familiy.
length of axis ticks.
width of axis ticks.
global font size.
see theme
should legend have a title?
adjustment of x-axis tick labels
adjustment of y-axis tick labels