Re: [R] help with xyplot

2011-12-27 Thread David Winsemius
On Dec 27, 2011, at 8:38 AM, Ayyappa Chaturvedula wrote: Dear group, I am trying to plot individual plots of TIME vs DV using xyplot. I used the following code: xyplot(DV~TIME|CID,data=gendiff,layout=c(4,4,20)) It works fine but the problem is that the plot is not saving all the pages,

[R] help with xyplot

2011-12-27 Thread Ayyappa Chaturvedula
Dear group, I am trying to plot individual plots of TIME vs DV using xyplot. I used the following code: xyplot(DV~TIME|CID,data=gendiff,layout=c(4,4,20)) It works fine but the problem is that the plot is not saving all the pages, I could see only the 20th page. How to make all the pages avaialb

Re: [R] Help with XYPLOT with marginal histograms

2009-02-12 Thread Gaj Vidmar
If you have many data points and/or have to depict several groups of them on the same graphics, and are -- to gain clarity -- willing to substitute - points with their (i.e, convex hull or density contour, plus a cross or ellipse depicting measures of centre and variability), and - marginal his

[R] Help with XYPLOT

2009-02-11 Thread John Leonard
I am trying to replicate the following plot using Lattice: http://addictedtor.free.fr/graphiques/graphcode.php?graph=78 I'm having trouble with the equivalent of the "oma" (outside margin) setting. I've been all through the Lattice documentation and others and also searched the lists.

Re: [R] Help with XYPLOT with marginal histograms

2009-02-11 Thread Deepayan Sarkar
On Wed, Feb 11, 2009 at 12:37 PM, John Leonard wrote: > I am trying to replicate the following plot using Lattice: > > http://addictedtor.free.fr/graphiques/graphcode.php?graph=78 Why? lattice is not the right tool for this. Try looking at http://www.stat.wisc.edu/~deepayan/771/esplot.R with

[R] Help with XYPLOT with marginal histograms

2009-02-11 Thread John Leonard
I am trying to replicate the following plot using Lattice: http://addictedtor.free.fr/graphiques/graphcode.php?graph=78 I'm having trouble with the lattice equivalent of the "oma" (outside margin) setting. I've been all through the Lattice documentation and others and also searched the l