Internal function to calculate a default bounding box for a set of longitude and latitude coordinates.
Usage
calc_default_bbox(data, expand = NULL)
Value
A bbox object.
Arguments
data
data.frame or tibble containing three columns.
1st column is a character vector of site names.
2nd column is a numeric vector of latitude values.
3rd column is a numeric vector of longitude values.
expand
numeric value indicating how much % to increase the coordinates limits.