[R] Aspect Ratio

r.ookie r.ookie at live.com
Thu Aug 19 23:13:54 CEST 2010


set.seed(1)
x <- rnorm(n = 1000, mean = 0, sd = 1)
plot(x = x, asp = 2000)

Could someone please explain what the 'asp' parameter is doing?



More information about the R-help mailing list