Description Usage Arguments Value Examples
Convert capture data into a record of every serial number and start and end dates of every individual captured
1 | collar_history(capdat, df)
|
capdat |
data.frame with all the capture information |
df |
format of CaptureDate and MortalityDate |
Returns a data.frame with start and end date of every individual serial number along with an assigned animal ID)
1 | Hist<-collar_history(capdat = data.frame(capdat), df = '%m/%d/%Y')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.