Test Post Round 3

A new article created using the Distill format.

Sean Conway
2021-12-20
library(purrr)
n <- 1000
x <- imap_dbl(1:n, ~rnorm(1,0,.x))
y <- imap_dbl(1:n, ~rnorm(1,0,.x))
par(mfrow=c(1,1),pty='s')
plot(x,y)