plot-catch: Plot of aggregated catch standardized log residuals

plot of catch residualsR Documentation

Plot of aggregated catch standardized log residuals

Description

Method to produce scatterplots of aggregated catch residuals

Usage

## S4 method for signature 'a4aFitCatchDiagn,missing'
plot(x, y = missing, ...)

Arguments

x

an a4aFit object with the model fit

y

the FLStock object used to fit the model

...

additional argument list that might never be used

Value

a plot with stardardized log residuals

Examples

data(ple4)
data(ple4.index)
fit <- sca(ple4, ple4.index)
flqs <- computeCatchDiagnostics(fit, ple4)
plot(flqs)

flr/FLa4a documentation built on Dec. 21, 2024, 9:28 p.m.