st_bbox_by_feature {spNetwork} | R Documentation |
Obtain all the bounding boxes of a feature collection
Description
Obtain all the bounding boxes of a feature collection (INTERNAL).
Usage
st_bbox_by_feature(x)
Arguments
x |
a feature collection |
Value
a matrix (xmin, ymin, xmax, ymax)
Examples
#This is an internal function, no example provided
[Package spNetwork version 0.4.4.3 Index]