inst/doc/Introduction-to-ggconf.R

## ---- echo=FALSE---------------------------------------------------------
library(ggplot2)

## ---- fig.width=6, fig.height=6------------------------------------------
ggplot(mtcars) +
  geom_point(aes(x=hp, y=wt, colour=factor(cyl)))

Try the ggconf package in your browser

Any scripts or data that you put into this service are public.

ggconf documentation built on May 2, 2019, 3:32 p.m.