Re: [Rd] Arguments of 'transform'

2006-02-11 Thread John Fox
: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Cc: r-devel@stat.math.ethz.ch > Subject: Re: [Rd] Arguments of 'transform' > > Hi John, > > Unfortunately I don't think that will fix it because of > partial matching. > > (That would be OK if the argument sequenc

Re: [Rd] Arguments of 'transform'

2006-02-11 Thread Bill.Venables
Bill. -Original Message- From: John Fox [mailto:[EMAIL PROTECTED] Sent: Sunday, 12 February 2006 1:39 AM To: 'Peter Dalgaard'; Venables, Bill (CMIS, Cleveland) Cc: r-devel@stat.math.ethz.ch Subject: RE: [Rd] Arguments of 'transform' Dear Peter and Bill, How about changing t

Re: [Rd] Arguments of 'transform'

2006-02-11 Thread John Fox
gt; Sent: Saturday, February 11, 2006 4:43 AM > To: [EMAIL PROTECTED] > Cc: r-devel@stat.math.ethz.ch; [EMAIL PROTECTED] > Subject: Re: [Rd] Arguments of 'transform' > > <[EMAIL PROTECTED]> writes: > > > If you would like a 10 second R puzzle, you might like

Re: [Rd] Arguments of 'transform'

2006-02-11 Thread Peter Dalgaard
<[EMAIL PROTECTED]> writes: > If you would like a 10 second R puzzle, you might like to think about > this one: > > > > g <- expand.grid(long = 130:140, lat = -(10:25)) > > gp <- transform(g, x = long, y = lat) > Error in transform(g, x = long, y = lat) : > object "long" not found > >

[Rd] Arguments of 'transform'

2006-02-10 Thread Bill.Venables
If you would like a 10 second R puzzle, you might like to think about this one: > g <- expand.grid(long = 130:140, lat = -(10:25)) > gp <- transform(g, x = long, y = lat) Error in transform(g, x = long, y = lat) : object "long" not found I don't expect this hasn't come up before, but I