[R] Error: object 'cloud' not found

2009-10-18 Thread PerfectTiling
Hi, I installed the lattice package so I can plot 3D cloud scatterplots: install.packages(lattice) But (after successfully installing from the Berkeley mirror), R insists it cannot find the cloud function, part of the lattice package: cloud Error: object 'cloud' not found What did I

Re: [R] Error: object 'cloud' not found

2009-10-18 Thread Rolf Turner
On 19/10/2009, at 2:16 PM, PerfectTiling wrote: Hi, I installed the lattice package so I can plot 3D cloud scatterplots: install.packages(lattice) But (after successfully installing from the Berkeley mirror), R insists it cannot find the cloud function, part of the lattice package:

Re: [R] Error: object 'cloud' not found

2009-10-18 Thread Roy Mendelssohn
library(lattice) Roy M. On Oct 18, 2009, at 6:16 PM, PerfectTiling wrote: Hi, I installed the lattice package so I can plot 3D cloud scatterplots: install.packages(lattice) But (after successfully installing from the Berkeley mirror), R insists it cannot find the cloud function, part

Re: [R] Error: object 'cloud' not found

2009-10-18 Thread Jorge Ivan Velez
Hi PT, Try loading the lattice package first: # install.packages('lattice') require(lattice) ?cloud HTH, Jorge On Sun, Oct 18, 2009 at 9:16 PM, PerfectTiling wrote: Hi, I installed the lattice package so I can plot 3D cloud scatterplots: install.packages(lattice) But (after