[R] What is the equivalent function in R to xyplot in S?

2010-02-08 Thread bluesky315
Page 140 of MASS uses the function xyplot. But I don't find it in R. Is there a package that I should load to use xyplot. Or there is a function with a different name in R that does the same thing as xyplot in S. xyplot(Gas ~ Temp | Insul, whiteside, panel = function(x, y, ...) { panel.xyplot(x,

Re: [R] What is the equivalent function in R to xyplot in S?

2010-02-08 Thread Peter Alspach
Tena koe library(lattice) ?xyplot HTH . Peter Alspach -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of bluesky...@gmail.com Sent: Tuesday, 9 February 2010 11:31 a.m. To: r-h...@stat.math.ethz.ch Subject: [R] What is

Re: [R] What is the equivalent function in R to xyplot in S?

2010-02-08 Thread Ista Zahn
Try help.search(xyplot). If nothing comes up, try RSiteSearch(xyplot). -Ista On Mon, Feb 8, 2010 at 10:31 PM, bluesky...@gmail.com wrote: Page 140 of MASS uses the function xyplot. But I don't find it in R. Is there a package that I should load to use xyplot. Or there is a function with a

Re: [R] What is the equivalent function in R to xyplot in S?

2010-02-08 Thread Liviu Andronic
On 2/8/10, Ista Zahn istaz...@gmail.com wrote: Try help.search(xyplot). If nothing comes up, try RSiteSearch(xyplot). Otherwise, require(sos) findFn(xyplot) Liviu __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help