read.shape(filen, dbf.data = TRUE, verbose=TRUE, repair=FALSE)
getinfo.shape(filen)
## S3 method for class 'shapehead':
print(x, ...)
make.names()
, and so will permit the underscore character from R release 1.9.0.plot.Map
, read.dbf
x <- read.shape(system.file("shapes/sids.shp", package="maptools")[1])
length(x$Shapes)
unlist(lapply(x$att.data, class))
str(getinfo.shape(system.file("shapes/fylk-val.shp", package="maptools")[1]))
Run the code above in your browser using DataLab