Learn R Programming

arcgisbinding (version 1.0.1.229)

arc.shape2sf: Convert Esri shape to sfc simple feature geometry

Description

Convert arc.shape-class to sfc simple feature geometry: POINT, MULTIPOINT, POLYGON, MULTIPOLYGON, LINESTRING, MULTILINESTRING.

Usage

arc.shape2sf(shape)

Arguments

See Also

arc.shape

Examples

Run this code
# NOT RUN {
require(sp)
d <- arc.select(arc.open(system.file("extdata", "ca_ozone_pts.shp", package="arcgisbinding")), 'ozone')
x <- arc.shape2sp(arc.shape(d))
# }
# NOT RUN {
plot(x)
# }

Run the code above in your browser using DataLab