A ggplot2 theme for the package
theme_biomasslmb.RdA standard theme to use for plots generated by this package.
Usage
theme_biomasslmb(
base_size = 14,
base_family = "sans",
base_line_size = base_size/18,
base_rect_size = base_size/9,
aspect_square = TRUE,
border = FALSE
)Arguments
- base_size
numeric. Defines the overall size of the plot.- base_family
string. Fontfamily to use, default is"sans".- base_line_size
numeric. Defines the line size to use.- base_rect_size
numeric. Defines the rect size to use.- aspect_square
logical. Should a square aspect ratio be used? Default isTRUE.- border
logical. Should the plot have a square border? Default isTRUE.
