[R] , how to express bar(zeta) in main title in boxplot

2010-07-22 Thread Marcus Liu
Hi everyone, I am plotting a boxplot with main title as main = bquote(paste(.(ts.ind[s]), : , bar(zeta), Boxplot from 2001 to 2009, sep = )) but it doesn't work.  The program said they cannot find the function bar.  Does anyone know how to do it correctly?  Thanks. tin

Re: [R] , how to express bar(zeta) in main title in boxplot

2010-07-22 Thread Peter Ehlers
On 2010-07-22 11:44, Marcus Liu wrote: Hi everyone, I am plotting a boxplot with main title as main = bquote(paste(.(ts.ind[s]), : , bar(zeta), Boxplot from 2001 to 2009, sep = )) but it doesn't work. The program said they cannot find the function bar. Does anyone know how to do it

Re: [R] , how to express bar(zeta) in main title in boxplot

2010-07-22 Thread David Winsemius
On Jul 22, 2010, at 4:24 PM, Peter Ehlers wrote: On 2010-07-22 11:44, Marcus Liu wrote: Hi everyone, I am plotting a boxplot with main title as main = bquote(paste(.(ts.ind[s]), : , bar(zeta), Boxplot from 2001 to 2009, sep = )) but it doesn't work. The program said they cannot find the

Re: [R] , how to express bar(zeta) in main title in boxplot

2010-07-22 Thread Peter Ehlers
On 2010-07-22 14:40, David Winsemius wrote: On Jul 22, 2010, at 4:24 PM, Peter Ehlers wrote: On 2010-07-22 11:44, Marcus Liu wrote: Hi everyone, I am plotting a boxplot with main title as main = bquote(paste(.(ts.ind[s]), : , bar(zeta), Boxplot from 2001 to 2009, sep = )) but it doesn't

Re: [R] , how to express bar(zeta) in main title in boxplot

2010-07-22 Thread David Winsemius
On Jul 22, 2010, at 5:01 PM, Peter Ehlers wrote: On 2010-07-22 14:40, David Winsemius wrote: On Jul 22, 2010, at 4:24 PM, Peter Ehlers wrote: On 2010-07-22 11:44, Marcus Liu wrote: Hi everyone, I am plotting a boxplot with main title as main = bquote(paste(.(ts.ind[s]), : , bar(zeta),

Re: [R] , how to express bar(zeta) in main title in boxplot

2010-07-22 Thread Peter Ehlers
On 2010-07-22 15:21, David Winsemius wrote: On Jul 22, 2010, at 5:01 PM, Peter Ehlers wrote: On 2010-07-22 14:40, David Winsemius wrote: On Jul 22, 2010, at 4:24 PM, Peter Ehlers wrote: On 2010-07-22 11:44, Marcus Liu wrote: Hi everyone, I am plotting a boxplot with main title as main =

Re: [R] , how to express bar(zeta) in main title in boxplot

2010-07-22 Thread Peter Dalgaard
Peter Ehlers wrote: On 2010-07-22 15:21, David Winsemius wrote: On Jul 22, 2010, at 5:01 PM, Peter Ehlers wrote: On 2010-07-22 14:40, David Winsemius wrote: On Jul 22, 2010, at 4:24 PM, Peter Ehlers wrote: On 2010-07-22 11:44, Marcus Liu wrote: Hi everyone, I am plotting a boxplot with

Re: [R] , how to express bar(zeta) in main title in boxplot

2010-07-22 Thread Marcus Liu
It works well for the title command.  Thanks. t --- On Thu, 7/22/10, David Winsemius dwinsem...@comcast.net wrote: From: David Winsemius dwinsem...@comcast.net Subject: Re: [R] , how to express bar(zeta) in main title in boxplot To: Peter Ehlers ehl...@ucalgary.ca Cc: Marcus Liu