| plot,MLZ_model-method | R Documentation | 
plot method for S4 class MLZ_modelPlots time series of observed and predicted data from an object of class MLZ_model.
## S4 method for signature 'MLZ_model'
plot(x, residuals = TRUE)
| x | An object of class  | 
| residuals | logical; whether a plot of residuals will also be produced. | 
## Not run: 
data(Goosefish)
goose.model <- ML(Goosefish, ncp = 2, grid.search = FALSE, figure = FALSE)
plot(goose.model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.