An internal function to make basemap
code more readable
auto_limits(type, limits, data, limits.lon = NULL, limits.lat = NULL)
type | see the |
---|---|
limits | Longitude and latitude columns in |
data | Dataframe containing data for which the limits should be calculated. The element 1 in the limits |
limits.lon, limits.lat | Numeric. The level of rounding for longitude and latitude, respectively. If |
This is an internal function, which is automatically run by the basemap
function.