R/plot.R
rxTheme.Rd
rxTheme is the ggplot2 theme for rxode2 plots
rxTheme( base_size = 11, base_family = "", base_line_size = base_size/22, base_rect_size = base_size/22, grid = TRUE )
base font size, given in pts.
base font family
base size for line elements
base size for rect elements
a Boolean indicating if the grid is on (TRUE) or off (FALSE). This could also be a character indicating x or y.
TRUE
FALSE
x
y
ggplot2 theme used in rxode2
Other rxode2 plotting: plot.rxSolve()
plot.rxSolve()