Description Usage Arguments Value Author(s) Examples
A basic theme for facetted plots that sets relative font sizes for common graphic elements. Use in conjunction with baseFont to easily adjust all fonts in a plot.
1 | facetTheme(base_size = 18, base_family = "")
|
base_size |
Size for the basefont in points (Default = 18) |
base_family |
Set the font family |
A ggplot theme that can be added to a plot object
John Thompson, john.thompson@bms.com
1 2 | Myggplot = myggplot + facetTheme(12) #start with a 12pt font theme
Myggplot = myggplot + baseFont(24) #change plot to 24pt base.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.