Skip to content
Snippets Groups Projects
Commit 095a4b55 authored by da394mevy's avatar da394mevy
Browse files

fix syntax error caused by autocompletion

parent c8e98c03
No related branches found
No related tags found
No related merge requests found
library(ggplot2)
str(iris)
ggplot(iris) + aes(x = Sepal.Length, y = Sepal.Width, colour = Species) +
geom <- point() +
geom <- smooth(method = "lm", se = FALSE)
geom_point() +
geom_smooth(method = "lm", se = FALSE)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment