Description Usage Arguments Value Examples
Title
1 2 3 4 5 6 7 8 9 10 11 12 13 | theme_esquema(
base_size = 11,
base_family = "",
base_line_size = base_size/170,
base_rect_size = base_size/170
)
theme_exemplo(
base_size = 11,
base_family = "",
base_line_size = base_size/170,
base_rect_size = base_size/170
)
|
base_size |
Tamanho base da fonte |
base_family |
Família base da fonte |
base_line_size |
Tamanho base para elementos de linha |
base_rect_size |
Tamanho base para elementos de retângulos |
Um objeto ggplot
1 2 3 4 5 | library(ggplot2)
g <- ggplot(data=iris, aes(x = Sepal.Length, y = Sepal.Width)) +
geom_point(aes(color = Species))
g + theme_esquema()
g + theme_exemplo()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.