post01

cat1 cat2

A short description of the post - try 01.

Nora Jones https://example.com/norajones
2022-01-02
library(ggplot2)
ggplot(diamonds, aes(carat, price)) + geom_smooth() +
  facet_grid(~ cut)

Distill is a publication format for scientific and technical writing, native to the web.

Learn more about using Distill at https://rstudio.github.io/distill.