| arc.shape {arcgisbinding} | R Documentation |
Get arc.shape-class from arc.dataframe
arc.shape(df)
df |
|
d <- arc.open(system.file("extdata", "ca_ozone_pts.shp",
package="arcgisbinding"))
df <- arc.select(d, 'ozone')
shp <- arc.shape(df)
length(shp$x)