Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

geom_point r

library(ggplot2)
ggplot(diamonds, aes(x = x, y = y)) +
  geom_point()
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
6+4 =