default.boxplot.theme: Default boxplot theme

Description Usage Arguments Value Author(s) References

View source: R/default.boxplot.theme.R

Description

This function provides the set of default "theme" values for boxplots. The original base theme is theme_bw().

Usage

1
default.boxplot.theme(base_size = 30, base_family = "Helvetica")

Arguments

base_size

Base font size for the plot (default: 30)

base_family

Base font family for the plot (default: Helvetica)

Value

Returns a "theme" object to be used with ggplot2

Author(s)

Richard de Borja <richard.deborja@sickkids.ca>

References

http://docs.ggplot2.org/dev/vignettes/themes.html


rdeborja/plotting.general documentation built on May 27, 2019, 3:05 a.m.