rmd3"

ggplot(mtcars, aes(wt, mpg)) + geom_point(colour = "red", size = 3)

ggplot(mtcars, aes(wt, mpg)) +
  geom_point(shape = 21, colour = "black", fill = "white", size = 5, stroke = 5)


Try the findR package in your browser

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

findR documentation built on May 2, 2019, 12:38 p.m.