Test one

less than 1 minute read

This is a formula

and here a gglot2 graph

library(ggplot2)
ggplot(iris,aes(x=Sepal.Width,y=Sepal.Length)) + geom_point()

plot of chunk unnamed-chunk-1

Updated: