symdif: Symmetrical difference

symdifR Documentation

Symmetrical difference

Description

Symmetrical difference of polygons

Usage

## S4 method for signature 'SpatVector,SpatVector'
symdif(x, y)

Arguments

x

SpatVector

y

SpatVector

Value

SpatVector

See Also

erase

Examples

p <- vect(system.file("ex/lux.shp", package="terra"))
b <- as.polygons(ext(6, 6.4, 49.75, 50))
#sd <- symdif(p, b)
#plot(sd, col=rainbow(12))

rspatial/terra documentation built on April 28, 2024, 12:22 a.m.