Skip to content
Prev 378092 / 398502 Next

Question

Guys,

lattice is a "recommended" package, which means that it is installed by default with any standard R installation.

Thus, all that is required, as Sarah noted in an earlier reply, is either:

  library(lattice)

or 

  require(lattice)

depending upon preference.

latticeExtra, on the other hand, is a third party package that would need to be installed separately, if desired.

Regards,

Marc Schwartz