Skip to content
Snippets Groups Projects
Commit c8e98c03 authored by Dirk Sarpe's avatar Dirk Sarpe
Browse files

add small plotting example

can be used to show syntax highlighting and suggestions as well
parent 4a91808c
No related branches found
No related tags found
No related merge requests found
plot.r 0 → 100644
library(ggplot2)
ggplot(iris) + aes(x = Sepal.Length, y = Sepal.Width, colour = Species) +
geom <- point() +
geom <- smooth(method = "lm", se = FALSE)
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