overlap_object | R Documentation |
Helper funtion to create data_overlap objects
overlap_object(data, species, longitude, latitude, method = "covmat",
level = 95, variables = NULL)
data |
data.frame of species' occurrence records. Columns must include
species, longitude, and latitude. Optionally, if |
method |
(character) method to construct the ellipsoid that characterizes the species ecological niche. Available methods are: "covmat", "mve1", and "mve2". See details. Default = "covmat". |
level |
(numeric) the confidence level of a pairwise confidence region for the ellipsoid, expresed as percentage. Default = 95. |
variables |
(optional) RasterStack, matrix, or data.frame of at least two variables to represent a set of conditions relevant for overlap analyses. |
An object of class data_overlap
for posterior use in overlap
analyses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.