My working plot.

plot(-5:5, (-5:5)^2)

My failing plot.

plot(1:10)
plot(rnorm(10))


AndySouth/resistance documentation built on Nov. 12, 2020, 3:39 a.m.