terrainr_bounding_box {terrainr} | R Documentation |
In order to simplify code, most terrainr
functions expect a set S4
class representation of coordinate pairs and bounding boxes. If the provided
data is not in the expected S4 format, these functions are used to cast the
data into the target class.
terrainr_bounding_box(bl, tr, coord_units = "degrees")
bl , tr |
The bottom left ( |
coord_units |
Arguments passed to terrainr_coordinate_pair.
If |
An object of class terrainr_bounding_box.