vignettes/articles/ggplot2-example.Rmd
ggplot2-example.Rmd
Example on a ggplot2 image
library(ggplot2) # counts (or sums of weights) g <- ggplot(mpg, aes(class)) # Number of cars in each class: g + geom_bar()
A ggplot2 image
Sitio creado con pkgdown 2.1.1.
Template rostemplate by dieghernan, based on Bootstrapious.