sp (version 2.1-3)

disaggregate-methods: disaggregate SpatialLines, SpatialLinesDataFrame, SpatialPolygons, or SpatialPolygonsDataFrame objects

Description

disaggregate SpatialLines, SpatialLinesDataFrame, SpatialPolygons, or SpatialPolygonsDataFrame objects, using functions from rgeos to handle polygon hole nesting

Usage

disaggregate(x, ...)

Value

object of class SpatialLines or SpatialPolygons, where groups of Line or Polygon are disaggregated to one Line per Lines, or one Polygon

per Polygons, respectively.

Arguments

x

object of class SpatialLines or SpatialPolygons

...

ignored

Author

Robert Hijmans, Edzer Pebesma