sp_unite: Function to unite spatial objects.

View source: R/sp_unite.R

sp_uniteR Documentation

Function to unite spatial objects.

Description

sp_unite will join/combine/unite geometries which are contained in the same data object. For example, use sp_unite when a data object contains many individual polygons but they form the same unit and therefore they are considered sub-geometries.

Usage

sp_unite(sp)

Arguments

sp

Spatial object.

Details

For binding different spatial objects together, use sp_bind.

Author(s)

Stuart K. Grange

See Also

gUnion, sp_bind


skgrange/gissr documentation built on Feb. 24, 2024, 2:55 p.m.