View source: R/summarise_movement.R
summarise_movement | R Documentation |
Summarise movement times and rates between sites. Currently, the function is only built to evaluate movement times/rates, spatially, but may be modified in the future to evaluate times/rates temporally as well.
summarise_movement(
cap_hist_long = NULL,
tags = NULL,
which_obs = c("first_obs", "last_obs"),
hr_max = NULL
)
cap_hist_long |
a data frame containing capture histories in long format. Typically, the |
tags |
a vector of tag IDs that the user would like to extract data for |
which_obs |
the column in |
hr_max |
an optional argument to force the ylim of |
a list containing summaries of movement rates and times
Mike Ackerman and Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.