terrainr_bounding_box | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.