Not a lot to see hereā¦
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"))