symdif: Symetrical difference

Description Usage Arguments Value Author(s) See Also Examples

Description

Symetrical difference of SpatialPolygons* objects

Usage

1
2
## S4 method for signature 'SpatialPolygons,SpatialPolygons'
symdif(x, y, ...)

Arguments

x

SpatialPolygons* object

y

SpatialPolygons* object

...

Additional SpatialPolygons* object(s)

Value

SpatialPolygons*

Author(s)

Robert J. Hijmans

See Also

erase

Examples

1
2
3
4
5
6
7
8
#SpatialPolygons
if (require(rgdal) & require(rgeos)) {
	p <- shapefile(system.file("external/lux.shp", package="raster"))
	b <- as(extent(6, 6.4, 49.75, 50), 'SpatialPolygons')
	projection(b) <- projection(p)
	sd <- symdif(p, b)
	plot(sd, col='red')
}

miraisolutions/raster documentation built on May 30, 2019, 11:41 p.m.