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

Rolf Turner r.turner at auckland.ac.nz
Mon Oct 19 03:40:19 CEST 2009


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:
>
>> cloud
>   Error: object 'cloud' not found
>
> What did I do wrong?

You didn't ***load*** the package, i.e. you didn't do

	library(lattice)

	cheers,

		Rolf Turner

######################################################################
Attention:\ This e-mail message is privileged and confid...{{dropped:9}}




More information about the R-help mailing list