getSelcurve: Get fitted selection curve

Description Usage Arguments Value Author(s) See Also

View source: R/getSelcurve.R

Description

Calculate a selection curve estimated under a fitted selectivity model (i.e. fit.catch object).

Usage

1
2
3
4
5
getSelcurve(x, l = get.lens(x), m = get.mesh(x), tangle = TRUE)

getTotalSelcurve(x, ...)

modelaverageTotalSelcurve(x, l = get.lens(x), m = get.mesh(x), ...)

Arguments

x

a fit.catch object (for modelaverageTotalSelcurve a fit.catch.compare object).

l

a vector of fish lengths the same size and dimensions as m; defaults to x$l

m

a vector of mesh sizes the same size and dimensions as l; defaults to x$m

tangle

selection curve for model with a tangle parameter?

...

arguments to pass to getSelcurve

Value

For getSelcurve a vector of relative selection probabilities corresponding to the fish length and mesh data in l and m, with identical dimensions to l and m. For getSelcurve a vector of total relative selection probabilities (i.e. over all mesh sizes) corresponding to each fish length class in x.

Author(s)

Steve Walker

See Also

sel.curve


omnr.gillnet documentation built on May 2, 2019, 6:09 p.m.