[R] make.groups function of laatice is not working?
David Winsemius
dwinsemius at comcast.net
Mon Apr 12 08:56:44 CEST 2010
On Apr 12, 2010, at 1:35 AM, newbie_2010 wrote:
>
> I almost wasted 3 hours to make lattice functions work. :(. Phew!
>
> I installed package lattice, lattice extra and other supportive
> packages to
> use functions
I thought lattice was now part of the default installation? It's not
lattice extra, it's latticeExtra. "Other" packages? Learn to
communicate with greater precision.
> 1.make.groups 2.forplot 3.xyplot.
> I also tried local installing. They are installing very well but not
> working? Any one have any idea why R is giving me hard time! thanx in
> advance.
>
>
> I'm getting the following errors
> Error: could not find function "make.groups"
> Error: could not find function "xyplot"
> Error: could not find function "forplot"
From the console did you also do one of these two methods of loading
the package:
require(lattice)
library(lattice)
???
--
David
> --
> View this message in context: http://n4.nabble.com/make-groups-function-of-laatice-is-not-working-tp1836726p1836726.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at 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.
More information about the R-help
mailing list