get_lat_center | R Documentation |
get the latitide center of a given vector or column of latitude values
get_lat_center(x)
x |
is a vector or column of latitude values |
A single numeric value that is the center (average) of @param x
## Not run: my_latitudes <- sample(-90:90, 100, replace = TRUE) get_lat_center(my_latitudes) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.