Description Usage Arguments Value Values Examples
View source: R/gear_selectivity.R
RelativeRetention
is a re-write of Millar's
PlotCurves
for convenient use within this package. It
generates (among other items) a dataframe relative retention values
for each gear type (columns) by each length (or length bin; rows).
Out put can then be used to 'adjust' catch accordingly.
Default S3 method.
S3 method for class NetFit
.
1 2 3 4 5 6 7 | RelativeRetention(x, ...)
## Default S3 method:
RelativeRetention(x, ..., standardize = TRUE)
## S3 method for class 'NetFit'
RelativeRetention(x, ...)
|
x |
Generic for S3 methods. Model output from |
... |
Passed to other methods. |
standardize |
Boolean. If |
List of objects. See Values.
dataframe of relative retention values
raw frequency data (i.e., recorded catch)
relative power of gear type
mesh size of each gear
measure of 'fit' for each model
column names of Data
name of net fit model
true or false, is relative retention standardized
1 2 3 4 5 6 7 8 9 | # for .NetFit method
net_fit <- ApplyNetFit(
data = trammel_catch,
len = FL,
mesh = MeshSize,
meshUnit = "in",
relPower = c(1,1,2)
)
RelativeRetention(net_fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.