arc.shape | R Documentation |
Get geometry object of arc.shape-class
from arc.data
object.
arc.shape(x)
x |
a |
returns arc.shape-class
arc.shapeinfo
,
arc.select
,
arc.data
d <- arc.open(system.file("extdata", "ca_ozone_pts.shp", package="arcgisbinding"))
df <- arc.select(d, 'ozone')
shp <- arc.shape(df)
stopifnot(length(shp) == nrow(df))
shp
## Not run:
geometry type : Point
WKT : PROJCS["USA_Contiguous_Albers_Equal_Area_Conic",GEOGCS["GCS_...
WKID : 102003
length : 193
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.