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 wrote: From: David Winsemius Subject: Re: [R] , how to express bar(zeta) in main title in boxplot To: "Peter Ehlers" Cc: "Marcus Liu" , r-help@r-project.org Date: Thursday, July 22, 2010,

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 p

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 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 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'

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 fin

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 c

[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