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)


zumbov2/findR documentation built on Dec. 30, 2019, 6:40 p.m.