gBoundingPoly: bounding box polygon function

Description Usage Arguments Details Examples

Description

This function returns a bounding box polygon whose extent is some multiple of the extent of a container polygon. It's most useful as an input to other reducing operations.

Usage

1
gBoundingPoly(container, tolerance = 1.5)

Arguments

container

The single polygon to whose extent the reference polygons will be included

tolerance

The multiple by which the container extent will be expanded (default = 1.5)

Details

Note: all inputs should be of class sp::SpatialPolygons|Points

Examples

1
gBoundingPoly(drivetime, tolerance = 1.25)

townleym/mSpatial documentation built on May 31, 2019, 6:46 p.m.