sp_dissolve_holes: Function to dissolve/drop holes in a spatial polygon object.

View source: R/sp_dissolve_holes.R

sp_dissolve_holesR Documentation

Function to dissolve/drop holes in a spatial polygon object.

Description

sp_dissolve_holes is useful when polygons contain holes but only the outer boundary is desired.

Usage

sp_dissolve_holes(sp)

Arguments

sp

Spatial polygon object.

Details

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

Value

Spatial polygon.

Author(s)

Stuart K. Grange


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