curve(sin(x), from = 0, to = 4 * pi) > library(MASS) > data(hills) > pairs(hills) # note: works on the workstations > library(lattice) Loading required package: grid > splom(~ hills)