Displaying 3 results from an estimated 3 matches for "xyplot1".
Did you mean:
xyplot
2010 Jul 15
4
Sweave: infelicities with lattice graphics
...r I'm writing using Sweave, I make use of lattice graphics, but
don't want to explicitly show (or explain)
in the article text the print() wrapper I need in code chunks for the
graphs to appear.
I can solve this by including each chunk twice, with different options,
as in
<<ortho-xyplot1-code, keep.source=TRUE, eval=FALSE>>=
library(nlme)
library(lattice)
xyplot(distance ~ age|Sex, data=Orthodont, type='b', groups=Subject,
pch=15:25,
col=palette(), cex=1.3, main="Orthodont data")
@
<<ortho-xyplot1,fig=TRUE, include=FALSE, echo=FALSE, width=6, heig...
2011 Apr 13
2
FW: how to enclose two xyplot
Dear R-users,
I have to plot two xyplot, and I wish to enclose this two graphs with just one headline, the same x scale, the same grid etc.
These parameters should tie in, in order to obtain, visually, a unique graph formed by two xyplot.
I try to give an idea:
xyplot1: |_|_|_|
xyplot2: |_|_|_|
what i want: | | | |
|_|_|_|
I tried to use the command "par", but it's doesn't work with xyplot. The two plot have, by default, the same x-axis scale.
I know it's just a "visual solution", but it could be nice...
2009 Nov 13
1
question about the lattice package
...unction=panel.smooth).
I tried to define a new strip function as well as modifying default
variables using strip.custom, but I could not get it to work.
Could somebody explain it to me?
Thank you very much!
Marion
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xyplot1.pdf
Type: application/pdf
Size: 153732 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091113/0c9e1bbf/attachment-0002.pdf>