Hello Jekyll!

less than 1 minute read

This is my first plot that cointains an R graph

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

plot of chunk unnamed-chunk-1

and an external picture

colored cats

Updated: