Description Usage Arguments Author(s)
View source: R/theme_Publication.R
Theme inspired in the Adnres publication style.
1 2 3 4 5 6 7 8 9 | theme_Publication(
base_size = 14,
base_family = "Arial",
x.text.angle = 0,
border = FALSE,
margin = TRUE,
legend = c("top", "bottom", "left", "right", "none"),
spacing = 0.5
)
|
base_size |
letter size. |
base_family |
leter type. |
x.text.angle |
Inclination of X labels. |
border |
Border of the box. |
margin |
Add space between multi-facetted plots. |
legend |
Location of the legend with a value "top", "bottom", "left", "right", "none". |
spacing |
Sparation between facets in case there are. |
Santiago Caño-Muñiz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.