Description Usage Arguments Details Value Examples
View source: R/recap-methods.R
ApplyStuRecap() is convenient wrapper for
StuRecap methods. It works with the list outputs of such
methods so user does not have to run for loops or nested
lapply functions. See StuRecap.
1  | ApplyStuRecap(x, ...)
 | 
x | 
 Object of class 'list' with each element of class 'RecapData'
(e.g.,   | 
... | 
 Passed on to other methods. See details.  | 
StuRecap.StuRecap() accepts three arguments: 'species';
'lencat'; & 'minDAL'. Each are described below.
default to 'w' (White Sturgeon)
default to 'NULL'; choices: s; l; o. defines the length category at tagging s = sub-legal, l = legal, and o = over-legal
minimum days-at-large, default -1 to include all but useful for limiting fish caught within a day or week of being tagged, if so desired
Best to keep species as default as 'g' (Green Sturgeon;
the other choice have but ~3 recaptures in entire dataset)
List with the following items;
function to get output of StuRecap.RecapData
function to get 2-column matrix - column 1 is release year & column 2 is recapture year
cross tab table made from matrix data release x recapture
1  | # coming soon.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.