Re: [R] lattice: bwplot: getting two plots into one.

2013-08-23 Thread Richard M. Heiberger
tockholm University > Svante Arrheniusv. 21A > SE-106 91 Stockholm > Sweden/Sverige > > Lives in Berlin. > For paper mail: > Katzbachstr. 21 > D-10965, Berlin - Kreuzberg > Germany/Deutschland > > E-mail: anna.zakris...@su.se > Tel work: +49-(0)3091541281

Re: [R] lattice: bwplot: getting two plots into one.

2013-08-23 Thread Anna Zakrisson Braeunlich
33/5a2/51b ><º>`•. . • `•. .• `•. . ><º>`•. . • `•. .• `•. .><((((º>`•. . • `•. .• >`•. .><º> From: Richard M. Heiberger [r...@temple.edu] Sent: 22 August 2013 23:16 To: Anna Zakrisson Braeunlich Cc: r-help@r

Re: [R] lattice: bwplot: getting two plots into one.

2013-08-22 Thread Richard M. Heiberger
For paper mail: > Katzbachstr. 21 > D-10965, Berlin - Kreuzberg > Germany/Deutschland > > E-mail: anna.zakris...@su.se > Tel work: +49-(0)3091541281 > Mobile: +49-(0)15777374888 > LinkedIn: http://se.linkedin.com/pub/anna-zakrisson-braeunlich/33/5a2/51b > > ><(((

Re: [R] lattice: bwplot: getting two plots into one.

2013-08-22 Thread Anna Zakrisson Braeunlich
nlich/33/5a2/51b ><º>`•. . • `•. .• `•. . ><º>`•. . • `•. .• `•. .><((((º>`•. . • `•. .• >`•. .><º> From: Richard M. Heiberger [r...@temple.edu] Sent: 21 August 2013 19:54 To: Anna Zakrisson Braeunlich Cc: r-help@r-p

Re: [R] lattice: bwplot: getting two plots into one.

2013-08-21 Thread Anna Zakrisson Braeunlich
du] Sent: 21 August 2013 17:21 To: Anna Zakrisson Braeunlich Cc: r-help@r-project.org Subject: Re: [R] lattice: bwplot: getting two plots into one. This is the fundamentals bwplot(var1 ~ factor1 | factor2, data=mydata, panel=function(...) { panel.abline(h=0, lty=2, col="gray90")

Re: [R] lattice: bwplot: getting two plots into one.

2013-08-21 Thread Richard M. Heiberger
gt; Tel work: +49-(0)3091541281 > Mobile: +49-(0)15777374888 > LinkedIn: http://se.linkedin.com/pub/anna-zakrisson-braeunlich/33/5a2/51b > > ><º>`•. . • `•. .• `•. . ><º>`•. . • `•. .• `•. .><º>`•. . • > `•. .• `•. .><º> > -------

Re: [R] lattice: bwplot: getting two plots into one.

2013-08-21 Thread Richard M. Heiberger
This is the fundamentals bwplot(var1 ~ factor1 | factor2, data=mydata, panel=function(...) { panel.abline(h=0, lty=2, col="gray90") panel.bwplot(...) }) You can add the font control if you need to. The major change I made was to put the panel.abline first. It is part of the background

[R] lattice: bwplot: getting two plots into one.

2013-08-21 Thread Anna Zakrisson Braeunlich
Dear all, I have problems gettting the following as one graph instead of the two created by this script. I know that with this dummy data, the resulting graph will look like a catastrophy. I have other data I wish to apply this too. Just wanted to supply some dummy data to work with. There may