sp_dissolve_polygons: Function to unite polygons together and create a single...

View source: R/sp_dissolve_polygons.R

sp_dissolve_polygonsR Documentation

Function to unite polygons together and create a single spatial object, i.e. disolve.

Description

If the individual polygons have data associated with them, it will be dropped when the polygons are united.

Usage

sp_dissolve_polygons(sp, features = NULL)

Arguments

sp

Spatial polygons.

features

Should features within sp attempted to be preserved?

Value

Spatial polygons.

Author(s)

Stuart K. Grange


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