View source: R/rec_inds_func.R
rec_inds_func | R Documentation |
This function calculates the number of recovered individuals marked in one area of origin given the data frame of dead recoveries and a vector of names of areas of origin
rec_inds_func(origin_names, recoveries)
origin_names |
character vector with names of origins |
recoveries |
data frame of recoveries with column on marking location |
vector of number of recovered individuals per area of origin
rec_inds_func(c("early", "late"), robins_init$recovery_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.