plot-MLZ_model-method: 'plot' method for S4 class 'MLZ_model'

plot,MLZ_model-methodR Documentation

plot method for S4 class MLZ_model

Description

Plots time series of observed and predicted data from an object of class MLZ_model.

Usage

## S4 method for signature 'MLZ_model'
plot(x, residuals = TRUE)

Arguments

x

An object of class MLZ_model.

residuals

logical; whether a plot of residuals will also be produced.

Examples

## Not run: 
data(Goosefish)
goose.model <- ML(Goosefish, ncp = 2, grid.search = FALSE, figure = FALSE)
plot(goose.model)

## End(Not run)

quang-huynh/MLZ documentation built on April 10, 2022, 7:39 p.m.