Re: [R] plot a list of trellis objects

2014-02-18 Thread Duncan Mackay
-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Santosh Sent: Wednesday, 19 February 2014 06:12 Cc: r-help Subject: Re: [R] plot a list of trellis objects I forgot to add.. printltrellis seems to take in only one trellis object at a time.. so.. I think I would need to use a loop for varying

Re: [R] plot a list of trellis objects

2014-02-18 Thread Frede Aakmann Tøgersen
om/legal/notice If you have received this e-mail in error please contact the sender. > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Santosh > Sent: 18. februar 2014 22:23 > To: r-help > Subject: Re: [R] plot

Re: [R] plot a list of trellis objects

2014-02-18 Thread Santosh
> > From: Frede Aakmann Tøgersen > > Sent: 18. februar 2014 21:55 > > To: 'arun' > > Subject: RE: [R] plot a list of trellis objects > > > > So are you saying that the coder of do.call do not know the difference > > between _list_ and _

Re: [R] plot a list of trellis objects

2014-02-18 Thread Frede Aakmann Tøgersen
21:55 > To: 'arun' > Subject: RE: [R] plot a list of trellis objects > > So are you saying that the coder of do.call do not know the difference > between _list_ and _c_?? > > Yours sincerely / Med venlig hilsen > > > Frede Aakmann Tøgersen > Specialist,

Re: [R] plot a list of trellis objects

2014-02-18 Thread Frede Aakmann Tøgersen
ems A/S This e-mail is subject to our e-mail disclaimer statement. Please refer to www.vestas.com/legal/notice If you have received this e-mail in error please contact the sender. > -----Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Beh

Re: [R] plot a list of trellis objects

2014-02-18 Thread Frede Aakmann Tøgersen
sclaimer statement. Please refer to www.vestas.com/legal/notice<http://www.vestas.com/legal/notice> If you have received this e-mail in error please contact the sender. From: Santosh [mailto:santosh2...@gmail.com] Sent: 18. februar 2014 20:59 To: Frede Aakmann Tøgersen Cc: r-help Subject: Re: [R]

Re: [R] plot a list of trellis objects

2014-02-18 Thread Santosh
Vestas Wind Systems A/S >> This e-mail is subject to our e-mail disclaimer statement. >> Please refer to www.vestas.com/legal/notice >> If you have received this e-mail in error please contact the sender. >> >> > -Original Message- >> > From: r-help-boun...

Re: [R] plot a list of trellis objects

2014-02-18 Thread Santosh
t; -Original Message- > > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > > On Behalf Of Santosh > > Sent: 18. februar 2014 01:41 > > To: r-help > > Subject: [R] plot a list of trellis objects > > > > Dear Rxperts > > &g

Re: [R] plot a list of trellis objects

2014-02-18 Thread Santosh
ity of New England > Armidale NSW 2351 > Email: home: mac...@northnet.com.au > > > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On > Behalf Of Santosh > Sent: Tuesday, 18 February 2014 10:41 > To: r-help > S

Re: [R] plot a list of trellis objects

2014-02-18 Thread Duncan Mackay
-boun...@r-project.org] On Behalf Of Santosh Sent: Tuesday, 18 February 2014 10:41 To: r-help Subject: [R] plot a list of trellis objects Dear Rxperts Is there a way to control the display order (or simplistically control panel layout) of a list of trellis objects without using a for loop (or

Re: [R] plot a list of trellis objects

2014-02-17 Thread Frede Aakmann Tøgersen
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Santosh > Sent: 18. februar 2014 01:41 > To: r-help > Subject: [R] plot a list of trellis objects > > Dear Rxperts > > Is there a way to control

Re: [R] plot a list of trellis objects

2014-02-17 Thread Jeff Newmiller
What in the world is so horrible about for loops? --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go... Live: O

[R] plot a list of trellis objects

2014-02-17 Thread Santosh
Dear Rxperts Is there a way to control the display order (or simplistically control panel layout) of a list of trellis objects without using a for loop (or whatever)? I just realize that gridExtra has that feature.. (grid.arrange)... But, converting each of those elements of the list of trellis