tema_articulo | R Documentation |
Usa parámetros de ggplot predefinidos para una publicación científica, se basa en mis criterios y gustos personales. Se puede especificar tamaño de los ejes X y Y, negritas y sin fondo.
tema_articulo(axis.size = NULL, axis.title.size = NULL)
axis.size |
Tamaño de los ejes. |
axis.title.size |
Tamaño de la leyenda del eje. |
Un grafico de ggplot con el tema predefinido.
#Para usar el tema predefinido
#require(ggplot2)
#data(iris)
#ggplot(iris, aes(x=Petal.Length, y=Petal.Width)) +
#geom_point() +
#geom_smooth(method=lm , color="red", fill="#69b3a2", se=TRUE) +
#tema_articulo(axis.size= 10, axis.title.size= 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.