tabulate_mr: Tabulate Mark-Recapture Data

Description Usage Arguments Value See Also Examples

View source: R/misc.R

Description

Tabulates mark-recapture data as a matrix. The data must be in the same format as the ferox data provided with this package (only the Fish and Date columns are required).

Usage

1

Arguments

x

A data.frame of the mark-recapture data to tabulate.

Value

A matrix of the numbers of captures and recaptures by year.

See Also

ranmr

Examples

1
tabulate_mr(ranmrdata::ferox@data)

poissonconsulting/ranmr documentation built on May 25, 2019, 11:21 a.m.