diff --git a/plot.r b/plot.r new file mode 100644 index 0000000000000000000000000000000000000000..b4b9f3848738fe2c171abf678afbe5cf7c464426 --- /dev/null +++ b/plot.r @@ -0,0 +1,4 @@ +library(ggplot2) +ggplot(iris) + aes(x = Sepal.Length, y = Sepal.Width, colour = Species) + + geom <- point() + + geom <- smooth(method = "lm", se = FALSE)