terrainr_bounding_box {terrainr} | R Documentation |
Construct a terrainr_bounding_box object
Description
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.
Usage
terrainr_bounding_box(bl, tr, coord_units = "degrees")
Arguments
bl , tr |
The bottom left ( |
coord_units |
Arguments passed to terrainr_coordinate_pair.
If |
Value
An object of class terrainr_bounding_box.
[Package terrainr version 0.7.5 Index]