: [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
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
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
<[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
>
>
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