Re: [R] Help with syntax error

2009-06-15 Thread Gavin Simpson
On Mon, 2009-06-15 at 10:54 -0700, Payam Minoofar wrote: > Hi, > > I have written boxplot commands of this form before, but I don't quite > understand why the function call is reporting a syntax error in this > instance. All parameters passed to the function are strings. You're not seeing the woo

Re: [R] Help with syntax error

2009-06-15 Thread jim holtman
It appears you are missing a ")" gtitle <- paste(names(tframe[x2])," vs. ", names(tframe[x1])) <<== On Mon, Jun 15, 2009 at 1:54 PM, Payam Minoofar wrote: > Hi, > > I have written boxplot commands of this form before, but I don't quite > understand why the function call is reporting a syntax e

[R] Help with syntax error

2009-06-15 Thread Payam Minoofar
Hi, I have written boxplot commands of this form before, but I don't quite understand why the function call is reporting a syntax error in this instance. All parameters passed to the function are strings. Thanks in advance. Payam > simplevar <- function(wframe,column1,column2) { + tframe