[R] lattice help

Thomas Lumley tlumley at u.washington.edu
Mon Apr 22 17:54:05 CEST 2002


On Mon, 22 Apr 2002, Sundar Dorai-Raj wrote:

> I'm new to lattice and can't figure out what the problem is with the
> following example:
>
> #########################
> > library(lattice)
> Loading required package: grid
>
> Attaching package `lattice':
>
>
> 	The following object(s) are masked _by_ .GlobalEnv :
>
> 	 xyplot
>

	^^^^^^
  You have a function xyplot() in your global environment, and you're
using that function rather than the one in the 'lattice package'

You probably want to do
  rm(xyplot)
before loading 'lattice'

	-thomas
Thomas Lumley			Asst. Professor, Biostatistics
tlumley at u.washington.edu	University of Washington, Seattle

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list