0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.4.1
/
library
/
lattice
/
tests
/
[
Home
]
File: 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()