Test Post Round 2

A new article created using the Distill format.

Sean
2021-12-20

This is my test post.

n <- 100
x <- rnorm(n)
y <- x + runif(n,-1,1)
par(mfrow=c(1,1),pty='s')
plot(x,y)
abline(a=0,b=1,col="red")