powered by
Basic theme for Bivaran packages plots
theme_serene_void( base_size = 11, base_family = "sans", base_fontface = "plain", base_line_size = base_size/22, base_rect_size = base_size/2, axis_text_angle = 0, border = FALSE )
Returns a list of classes "gg" and "theme"
base font size, given in pts.
base font family
base font face
base line size
base rect size
Axis text angle
Logical operator to indicate if the border should be printed
Jhoselin Marian Castro-Rodriguez
library(ggplot2) data <- mtcars p1 <- ggplot(data, aes(disp, hp))+ geom_point()+ geom_smooth() p1 + theme_serene_void()
Run the code above in your browser using DataLab