colCRS: Define a custom equal-area CRS centered on your study site

View source: R/OPPFunctions.R

colCRSR Documentation

Define a custom equal-area CRS centered on your study site

Description

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.

Usage

colCRS(data)

Arguments

data

Movebank data as returned by opp_download_data.

Examples

 ## Not run: 
data(murres)
colCRS(murres)

## End(Not run)

popovs/OPPtools documentation built on July 8, 2023, 2:29 a.m.