themeJasp.Rd
Use themeJaspRaw
and geom_rangeframe instead.
themeJasp(
graph,
xAxis = TRUE,
yAxis = TRUE,
sides = "bl",
axis.title.cex = getGraphOption("axis.title.cex"),
bty = getGraphOption("bty"),
fontsize = getGraphOption("fontsize"),
family = getGraphOption("family"),
horizontal = FALSE,
legend.position = getGraphOption("legend.position"),
legend.justification = "top",
axisTickLength = getGraphOption("axisTickLength"),
axisTickWidth = getGraphOption("axisTickWidth")
)
a ggplot2 object
Should there be a horizontal line for the x-axis?
Should there be a horizontal line for the x-axis?
see geom_rangeframe
scalar magnification for the title of the axes.
remake R's bty = 'n'?
global font size.
global font familiy.
flip graph?
where should the legend be?
see theme
length of axis ticks.
width of axis ticks.