getExtentOfList {epm} | R Documentation |
Get extent of list
Description
Given a list of SpatialPolygons, return an extent object that encompasses all items.
Usage
getExtentOfList(shapes)
Arguments
shapes |
a list of SpatialPolygons or simple features |
Value
An object of class bbox
.
Author(s)
Pascal Title
Examples
getExtentOfList(tamiasPolyList)
[Package epm version 1.1.2 Index]