rmd4"

p <- ggplot(mtcars, aes(mpg, wt, shape = factor(cyl)))
p + geom_point(aes(colour = factor(cyl)), size = 4) +
  geom_point(colour = "grey90", size = 1.5)

# counts (or sums of weights)
g <- ggplot(mpg, aes(class))
# Number of cars in each class:
g + geom_bar()


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.