yzero | R Documentation |
Cambia el cero en formato "0.00" mostrado en el eje Y por un "0" visualmente mas estetico.Se usa como un argumento adicional de ggplot.
yzero()
Un grafico de ggplot con el tema predefinido.
#Para usar el tema predefinido
#library(ggplot)
#data(iris)
#ggplot(iris, aes(x=Petal.Length, y=Petal.Width)) +
#geom_point() +
#geom_smooth(method=lm , color="red", fill="#69b3a2", se=TRUE) +
#yzero()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.