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<-readShapePoints() but this doesnt return the same structure that I am looking for. Please Help. Thanks -- View this message in context: http://r.789695.n4.nabble.com/Reading-Shapefiles-tp4637262.html Sent from the R help mailing list archive at Nabble.com.
Reading Shapefiles
3 messages · Michael Sumner, olemissrebs1123
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120721/2e10cb86/attachment.pl>
3 days later
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.