Re: [R] Reading Shapefiles

2012-07-24 Thread olemissrebs1123
Thanks. I used data.frame() and everything worked as it should. I appreciate it. -- View this message in context: http://r.789695.n4.nabble.com/Reading-Shapefiles-tp4637262p4637617.html Sent from the R help mailing list archive at Nabble.com. __ R-h

Re: [R] Reading Shapefiles

2012-07-20 Thread Michael Sumner
On Saturday, July 21, 2012, olemissrebs1123 wrote: > I am attempting to write what MATLAB does as : [S,A]= shaperead() which > returns an N by 1 geographic array structure S containing geometric > information, and a paralell N by 1 attribute structure array, A containing > feature attribute inform

[R] Reading Shapefiles

2012-07-20 Thread olemissrebs1123
I am attempting to write what MATLAB does as : [S,A]= shaperead() which returns an N by 1 geographic array structure S containing geometric information, and a paralell N by 1 attribute structure array, A containing feature attribute information. How can this be done with R code I tried using shp<