Re: [R] Reshape package: Casting data to form a grid

2009-08-18 Thread jim holtman
Is this what you want: > x Latitude Longitude Temperature OrigLat p.value Blaney 1 -90-38.75 NA -87.75 17.10167 NA 2 -90135.75 NA -87.75 17.10167 NA 3 -90 80.25 NA -87.75 17.10167 NA 4 -90 95.75 NA -87.75 17

Re: [R] Reshape package: Casting data to form a grid

2009-08-18 Thread ONKELINX, Thierry
wer can be extracted from a given body of data. ~ John Tukey -Oorspronkelijk bericht- Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Namens Steve Murray Verzonden: maandag 17 augustus 2009 18:53 Aan: r-help@r-project.org Onderwerp: [R] Reshape package: Casting data to f

Re: [R] Reshape package: Casting data to form a grid

2009-08-18 Thread xavier . chardon
et: [R] Reshape package: Casting data to form a grid Dear R Users, I'm trying to use the 'cast' function in the 'reshape' package to convert column-format data to gridded-format data. A sample of my dataset is as follows: head(finalframe) Latitude Longitude Temper

[R] Reshape package: Casting data to form a grid

2009-08-18 Thread Steve Murray
Dear R Users, I'm trying to use the 'cast' function in the 'reshape' package to convert column-format data to gridded-format data. A sample of my dataset is as follows: head(finalframe) Latitude Longitude Temperature OrigLat p-value Blaney 1 -90-38.75 NA -87.75 17.10167