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