The aim of EMigD
is to automate the classification of individuals, as a migrant or non-migrant, across a continuous scale. I would recommend first looking over the article "Setting Up the Data"" under the articles tab, before looking at how to use the functions in the EMigD
package shown under "Using the functions in EMigD
".
To accomplish this:
The collected movement data must first be segmented into the specified time periods (e.g., seasons, months, weeks, days).
The segmented time periods are further broken down into specific intervals (e.g., a month can be broken down into weeks or a week can be broken down into days).
Fit and rasterize a home range for each interval from step 2. The output from this step should yield at least two utilization distributions (UD) that you will then use in step 4.
Calculate the Earth Mover's Distance (EMD) between two UDs created from step 3. The EMD is expected to be larger for migrants compared to residents.
Calculate "EM-Speeds" by dividing each EMD by the time elapsed between the two UDs.
Calculate the average within- one specified period from step 1, and between- different periods. The ratios between these two different averages yields a unitless value that will indicate where an individual is on the migratory spectrum.
To install the current development version of EMigD
use: devtools::install_github("jhnhng/EMigD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.