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}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to