I almost wasted 3 hours to make lattice functions work. :(. Phew! I installed package lattice, lattice extra and other supportive packages to use functions 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" -- 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.
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 functionsI 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.
> require(lattice)Loading required package: lattice Error in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : 'lattice' is not a valid installed package> library(lattice)Error in library(lattice) : 'lattice' is not a valid installed package>I got these errors after trying them -- View this message in context: http://n4.nabble.com/make-groups-function-of-laatice-is-not-working-tp1836726p1836746.html Sent from the R help mailing list archive at Nabble.com.
Possibly Parallel Threads
- Set Colour of Histogram Bars (lattice)
- liner regression for multiple keys
- is it possible to map 2 plots(c and d) in a single output plot?
- Error in pf(q, df1, df2, lower.tail, log.p) : Non-numeric argument to mathematical function
- barplot with more than 1 variable