Description Usage Arguments Value Author(s)
Get first (minimum) and last (maximum) detection and stations of a tagged animal
1 2 3 4 5 6 | first_last(
detdf,
tagidcol = "TagID",
datetimecol = "DateTimeUTC",
stationcol = "Station"
)
|
detdf |
A detections dataframe |
tagidcol |
Name of the column (in quotes) corresponding to individual tag IDs |
datetimecol |
Name of the column corresponding to detection date and time (must be in POSIXct ymd_hm/s format) |
stationcol |
Name of the column corresponding to location or station information |
a dataframe with five columns: TagID, first_det (first detection of tag), first_stn (first station), last_det (last detection time at final station), last_stn (station where last arrival was recorded).
Myfanwy Johnston
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.