SimplifyOzShapefile: Simplify ABS Shapefile

Description Usage Arguments Value Examples

View source: R/ShapefileFunctions.R

Description

A wrapper for rmapshaper's ms_simplify() function to demonstrate how the Simple___ objects included in the package were created. This takes some time to run.

Usage

1
SimplifyOzShapefile(ShapefileObject)

Arguments

ShapefileObject

Either the BigLGA or BigPOA objects, i.e. the object returned by ReadOzShapefile.

Value

A much smaller SpatialPolygonsDataFrame

Examples

1
2
3
4
5
## Not run: 
    SimplifyOzShapefile(BigLGA)
    SimplifyOzShapefile(BigPOA)

## End(Not run)

mjkerrison/OzMap documentation built on Dec. 27, 2019, 2:18 a.m.