Basic Plot with Point Layer (ggplot2)

PHOTO EMBED

Sun Sep 27 2020 20:07:34 GMT+0000 (Coordinated Universal Time)

Saved by @Gul7 #r

g <- ggplot(data_set, aes(x-variable, y-variable) 

g + geom_point()
content_copyCOPY