predict.selectivity_model: Predict the selectivity for a new length or age vector.

View source: R/fit_selectivity.R

predict.selectivity_modelR Documentation

Predict the selectivity for a new length or age vector.

Description

Predict the selectivity for a new length or age vector.

Usage

## S3 method for class 'selectivity_model'
predict(object, x, ...)

## S3 method for class 'empirical_selectivity_model'
predict(object, x, ...)

Arguments

object

A 'selectivity_model' or 'empirical_selectivity_model' object.

x

The length or age vector.

...

Additional arguments, currently not used.


roliveros-ramos/empirical.selectivity documentation built on Feb. 26, 2023, 4:58 a.m.