resplot | R Documentation |
Plots residuals
resplot(fit, log = TRUE, ...) ## S3 method for class 'ccam' resplot(fit, trans = function(x) x, fleets = unique(fit$data$aux[, "fleet"]), type = 1, std = TRUE, out = 0, ...)
fit |
the object returned from ccam.fit |
... |
extra arguments to plot |
fleets |
an integer vector of fleets to plot. Default is all of them |
type |
Type of residual plot |
std |
logical; standardize residuals? |
out |
number of outliers to which to add identifier |
types are residuals ~ year (1); residuals ~ predicted (2); predicted ~ observed (3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.