Description Usage Arguments Examples
A theme that uses Lato as the base font family (if available) and increases the base font size.
1 2 3 4 5 6 | theme_sage(
base_size = 14,
base_family = "Lato",
base_line_size = base_size/22,
base_rect_size = base_size/22
)
|
base_size |
base font size, given in pts. |
base_family |
base font family |
base_line_size |
base size for line elements |
base_rect_size |
base size for rect elements |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
library("ggplot2")
ggplot(mpg, aes(displ, hwy, colour = class)) +
geom_point() +
scale_color_sage_d() +
theme_sage()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.