packrat/lib-R/x86_64-w64-mingw32/3.6.1/lattice/tests/dotplotscoping.R

postscript("dotplotscoping.ps")
library(lattice)

fubar <- function() {
    k <- 2
    kkk <- 1:10
    names(kkk) <- 1:10
    data = list(x=kkk)
    dotplot(~x^k + rnorm(10), data)
}

fubar()
dev.off()
jmcascalheira/LGMIberiaCluster documentation built on June 8, 2021, 10 a.m.