On 4/11/08, Dieter Menne <[EMAIL PROTECTED]> wrote:
> Deepayan Sarkar <deepayan.sarkar <at> gmail.com> writes:
>
>  > > Try
>  > >  xyplot(val ~ loc | mouse, data = df,
>  > >        groups=valtype,
>  > >        type=c("p","l"),
>  >        distribute.type = TRUE,
>
> > >        col=c("black", "blue"))
>
>  For all who like me had difficulties finding distribute.type in the docs: it 
> is
>  documented in panel.superpose, which means you must know that 
> panel.superpose is
>  active when there is a groups= argument.
>
>  Deepayan, would it be possible to have some cross-references in xyplot, such 
> as:
>
>  distribute.type   see panel.superpose

Do you mean in the See Also section? I'm happy to consider a patch,
but note that the entry for panel already has:

          'panel.xyplot' has an argument called 'type' which is worth
          mentioning here because it is quite frequently used (and as
          mentioned above, can be passed to 'xyplot' directly).  In the
          event that a 'groups' variable is used, 'panel.xyplot' calls
          'panel.superpose', arguments of which can also be passed
          directly to 'xyplot'.

I think the help page is simply too big to be useful as something more
than a reference. My UseR!2007 talk did describe this and other useful
tricks, and that talk is available from the conference website.

-Deepayan

______________________________________________
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