Re: [R] Reading shape files in R

2013-06-16 Thread Roger Bivand
jickngea alexand yahoo.ie> writes: > > Hi everyone, >    I am new with spatial data analysis in R and I'm not able > to read a shape because of this error message but the shapefile is in my work directory.  Here are my > commands; ogrLireadstLayers("border.shp"), border=OGR("

[R] Reading shape files in R

2013-06-15 Thread jickngea alexand
Hi everyone,    I am new with spatial data analysis in R and I'm not able to read a shape because of this error message but the shapefile is in my work directory.  Here are my commands; ogrListLayers("border.shp"), border=readOGR("border.shp","border"). What does it mean?. An