Rev 202 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
postscript("dotplotscoping.ps")library(lattice)fubar <- function() {k <- 2kkk <- 1:10names(kkk) <- 1:10data = list(x=kkk)dotplot(~x^k + rnorm(10), data)}fubar()dev.off()