sp_fix: Function to fix polygons when they have issues with validity...

View source: R/sp_fix.R

sp_fixR Documentation

Function to fix polygons when they have issues with validity and holes.

Description

Function to fix polygons when they have issues with validity and holes.

Usage

sp_fix(sp, verbose = TRUE)

Arguments

sp

Spatial object. Polygons are currently the only object-type which are supported.

verbose

Should the function print messages? Default is TRUE.

Author(s)

Stuart K. Grange

Examples

## Not run: 
sp_clean <- sp_fix(sp_pm10)

## End(Not run)


skgrange/gissr documentation built on March 18, 2023, 5:26 p.m.