Need to add some catpix

cats pictures

Not a lot to see hereā€¦

Joe Swinehart https://github.com/JoeSwinehart
02-24-2021

I wonder if I can upload and add cat pictures to my web page?

library(tidyverse)
ggplot(mtcars, aes(disp, mpg)) +
  geom_point() +
  geom_smooth() +
  labs(title = "This plot is super hot")+
  theme(text = element_text(family = "serif"))