Description Usage Arguments Examples
Style ggplot2 charts in the The Arc way
1 2 3 4 5 6 | theme_arc(
base_size = 12,
base_family = "Lato",
base_line_size = base_size/22,
base_rect_size = 0
)
|
base_size |
base font size |
base_family |
base font family; default is "Lato". A warning will be shown if Lato not available to R. |
base_line_size |
base size for line elements |
base_rect_size |
base size for rect elements; default is 0 |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.