Aaron Saunders

Personal Website and blog

Test

Posted at — Oct 29, 2019

This is a test.

Check out this lovely plot…

library(ggplot2)

ggplot(mpg, aes(displ, hwy, colour = class)) + 
  geom_point()

More to come!

comments powered by Disqus