powered by
plot
MLZ_model
Plots time series of observed and predicted data from an object of class MLZ_model.
# S4 method for MLZ_model plot(x, residuals = TRUE)
An object of class MLZ_model.
logical; whether a plot of residuals will also be produced.
if (FALSE) { data(Goosefish) goose.model <- ML(Goosefish, ncp = 2, grid.search = FALSE, figure = FALSE) plot(goose.model) }
Run the code above in your browser using DataLab