colCRS | R Documentation |
This function takes a Movebank data object and creates an equal-area projection centered on the Movebank deploy on locations. In the case of central-place foraging seabirds, this effectively equates to a CRS centered on the seabird colony. In cases where multiple deploy on locations are present within the data it centers of the projection on the mean latitude and longitude of all deployment locations. The function returns a proj4 string.
colCRS(data)
data |
Movebank data as returned by opp_download_data. |
## Not run:
data(murres)
colCRS(murres)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.