Re: [R] strip levels

2015-04-07 Thread PIKAL Petr
7;grey',as.table=TRUE) Cheers Petr > -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Michael > Dewey > Sent: Tuesday, April 07, 2015 9:58 AM > To: Christine Lee; Sarah Goslee > Cc: r-help > Subject: Re: [R] strip levels > > D

Re: [R] strip levels

2015-04-07 Thread Michael Dewey
--- 2015年4月6日 星期一,Michael Dewey 寫道﹕ 主題: Re: [R] strip levels 收件人: "Sarah Goslee" , "Christine Lee" 副本(CC): "r-help" 日期: 2015年4月6日,星期一,下午11:15 See inline On 06/04/2015 15:39, Sarah Goslee wrote: > Hi, > > On Mon, Apr 6, 2015 at 7:44 AM,

Re: [R] strip levels

2015-04-07 Thread Jim Lemon
hristine > > > > > > > > 2015年4月7日 星期二,Duncan Mackay 寫道﹕ > > > > 主題: RE: [R] strip levels > > 收件人: "R" , "'Christine Lee'" > > 日期: 2015年4月7日,星期二,上午8:57 > > > > Hi

Re: [R] strip levels

2015-04-06 Thread David Winsemius
David. > Regards, > Christine > > > > 2015年4月7日 星期二,Duncan Mackay 寫道﹕ > > 主題: RE: [R] strip levels > 收件人: "R" , "'Christine Lee'" > 日期: 2015年4月7日,星期二,上午8:57 > > Hi > > also have a look at useOuterStrips in the > latticeE

Re: [R] strip levels

2015-04-06 Thread Christine Lee via R-help
istine 2015年4月7日 星期二,Duncan Mackay 寫道﹕ 主題: RE: [R] strip levels 收件人: "R" , "'Christine Lee'" 日期: 2015年4月7日,星期二,上午8:57 Hi also have a look at useOuterStrips in the latticeExtra package if you want station x time conditioning useOu

Re: [R] strip levels

2015-04-06 Thread Duncan Mackay
: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Christine Lee via R-help Sent: Monday, 6 April 2015 21:44 To: r-help@r-project.org Subject: [R] strip levels To whom it may help, I am new to R. I have been tring to have a lattice plot in two strip levels: 4 stations in 2 years. I

Re: [R] strip levels

2015-04-06 Thread Sarah Goslee
s. > > Regards, > Christine > > > > > > 2015年4月6日 星期一,Michael Dewey 寫道﹕ > > 主題: Re: [R] strip levels > 收件人: "Sarah Goslee" , "Christine Lee" > > 副本(CC): "r-help" > 日期: 20

Re: [R] strip levels

2015-04-06 Thread Christine Lee via R-help
has gone wrong? Many thanks. Regards, Christine -------- 2015年4月6日 星期一,Michael Dewey 寫道﹕ 主題: Re: [R] strip levels 收件人: "Sarah Goslee" , "Chr 副本(CC): "r-help" 日期: 2015年4月6日,星期一,下午11:15 See inline On 06/04/2015 15:39, Sarah Goslee wrote: > Hi, >

Re: [R] strip levels

2015-04-06 Thread Michael Dewey
See inline On 06/04/2015 15:39, Sarah Goslee wrote: Hi, On Mon, Apr 6, 2015 at 7:44 AM, Christine Lee via R-help wrote: To whom it may help, I am new to R. I have been tring to have a lattice plot in two strip levels: 4 stations in 2 years. I type in: histogram(~Raw.no10$Width|Raw.no10$S

Re: [R] strip levels

2015-04-06 Thread Sarah Goslee
Hi, On Mon, Apr 6, 2015 at 7:44 AM, Christine Lee via R-help wrote: > To whom it may help, > > I am new to R. > > I have been tring to have a lattice plot in two strip levels: 4 stations in 2 > years. > > I type in: > > histogram(~Raw.no10$Width|Raw.no10$Station*Raw.no10$Year, data=Raw.no10, >

[R] strip levels

2015-04-06 Thread Christine Lee via R-help
To whom it may help, I am new to R. I have been tring to have a lattice plot in two strip levels: 4 stations in 2 years. I type in: histogram(~Raw.no10$Width|Raw.no10$Station*Raw.no10$Year, data=Raw.no10, layout=c(4,2),nin=30,xlab="Prosomal Width (mm)", strip=strip.custom(bg='white'),ylab=