plot of catch residuals | R Documentation |
Method to produce scatterplots of aggregated catch residuals
## S4 method for signature 'a4aFitCatchDiagn,missing'
plot(x, y = missing, ...)
x |
an |
y |
the |
... |
additional argument list that might never be used |
a plot
with stardardized log residuals
data(ple4)
data(ple4.index)
fit <- sca(ple4, ple4.index)
flqs <- computeCatchDiagnostics(fit, ple4)
plot(flqs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.