Description Usage Arguments Details Examples
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.
1  | gBoundingPoly(container, tolerance = 1.5)
 | 
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)  | 
Note: all inputs should be of class sp::SpatialPolygons|Points
1  | gBoundingPoly(drivetime, tolerance = 1.25)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.