TagSequence: Generate Sequence and Count of Tags (marks).

Description Usage Arguments Value Examples

View source: R/tag_count.R

Description

Marks (or tags) used by the Sportfish Unit are sequential. Oftentimes, though, a tag is lost (for example), and the sequence is broken. TagSequence makes easy the task of piecing together the sequence (in spite of missing tags) and allows us to easily report tags released for a particular season.

Usage

1

Arguments

data

Dataframe holding tag numbers. Assumes (for now) data have been split according to tag value.

tags

Field name in 'data' that holds tag numbers.

Value

A matrix with three columns (From, To, N), where N is total count of tags between From and To.

Examples

1
# coming soon.

jasondubois/sportfish documentation built on July 3, 2020, 1:01 p.m.