Skip to content
Prev 378076 / 398502 Next

Question

xyplot is not a package, it is a function within the lattice package, which
should already be installed.

library(lattice) # load the package from the R library
?xyplot # look at the help for the function

The others are also functions, not packages.

Sarah

On Tue, Jan 8, 2019 at 9:15 AM S. Mahmoud Nasrollahi <smnasrolahi at gmail.com>
wrote: