Tema de ggplot2 de comidistar
Ejemplos
library(ggplot2)
ggplot(puntuaciones, aes(puntuacion, producto)) + geom_point() + theme_comidistar()
Tema de ggplot2 de comidistar
library(ggplot2)
ggplot(puntuaciones, aes(puntuacion, producto)) + geom_point() + theme_comidistar()
Sitio creado con pkgdown 2.0.7.
Template rostemplate by dieghernan, based on Bootstrapious.