diff --git a/example.Rmd b/example.Rmd index 675a0f1..aba0d8d 100644 --- a/example.Rmd +++ b/example.Rmd @@ -17,3 +17,5 @@ It is convenient to *run* `R` code and **embed** plots with Markdown: library(ggplot2) ggplot(mpg, aes(x = displ, y = hwy)) + geom_point(aes(color = drv)) + geom_smooth() ``` + +Annie \ No newline at end of file