Description Usage Arguments Value Examples
Merge cleaned GPS data with the reproductive status of animals at each fix
| 1 2 | ReproStatus(gps, startdates, enddates, neodat, capdat, subspp, subsex,
  subset)
 | 
| gps | data.frame of gps data | 
| startdates | vector (date format) of the start dates to subset GPS data | 
| enddates | vector (date format) of the end dates to subset GPS data | 
| neodat | path to neonate database | 
| capdat | path to capture database | 
| subspp | what species to subset | 
| subsex | what sex to subset | 
| subset | TRUE/FALSE. Whether or not function should remove non-repro animals | 
Returns a data.frame with all gps data, AnimalID, Sex, and Species, and Reproductive Status (Repro or Non-Repro)
| 1 2 3 | ReproData<-ReproStatus(gps = yourgpsdata, startdates = c('2017-05-01', '2018-05-01'), enddates = c('2017-09-01', '2018-09-01'), neodat = yourpath, subspp = "MD", subsex = "F")
NEO DATA 
=============
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.