Skip to contents

Thin S3 dispatcher around the package's existing plot_*() functions so that plot(fit) works the way users expect. Pick the panel with what; everything in ... is forwarded to the underlying function.

Usage

# S3 method for class 'Rceattle'
plot(x, what = "biomass", ...)

Arguments

x

An object of class "Rceattle" returned by fit_mod().

what

Character. One of "biomass" (default), "ssb", "recruitment", "depletion", "index", "catch", "selectivity", "mortality", or "data".

...

Passed to the underlying plotting function.

Value

Invisibly returns NULL. Called for the side effect of producing a plot.