fit_draw_SRline: Fit and draw SR line(s) over observed stock-recruitment plots

View source: R/sr_selection.R

fit_draw_SRlineR Documentation

Fit and draw SR line(s) over observed stock-recruitment plots

Description

Fit and draw SR line(s) over observed stock-recruitment plots

Usage

fit_draw_SRline(vpares, SR, method, show.year = FALSE)

Arguments

SR

Vector of multiple SR model described in fit.SR

method

Vector of multiple method described in fit.SR

Examples

## Not run: 
draw_SRline(vpares = res_vpa,
            SR = c("HS", "RI", "BH"),
            method = c("L1", "L2"))

## End(Not run)

ichimomo/frasyr documentation built on May 3, 2024, 1:30 a.m.