powered by
A ggplot theme which can be applied to all graphs to appear according to the PACTA plotting aesthetics.
theme_2dii( base_size = 12, base_family = "Helvetica", base_line_size = base_size/22, base_rect_size = base_size/22 )
An object of class "theme", "gg".
base font size, given in pts.
base font family
base size for line elements
base size for rect elements
ggplot2::theme_classic.
library(ggplot2, warn.conflicts = FALSE) ggplot(mtcars) + geom_histogram(aes(mpg), bins = 10) + theme_2dii()
Run the code above in your browser using DataLab