rec_inds_func: calculates number of recovered individuals from marked and...

View source: R/rec_inds_func.R

rec_inds_funcR Documentation

calculates number of recovered individuals from marked and recoveries data frame

Description

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

Usage

rec_inds_func(origin_names, recoveries)

Arguments

origin_names

character vector with names of origins

recoveries

data frame of recoveries with column on marking location

Value

vector of number of recovered individuals per area of origin

Examples

rec_inds_func(c("early", "late"), robins_init$recovery_data)

SaskiaSchirmer/CONSURE documentation built on Sept. 3, 2023, 8:52 a.m.