Learn R Programming

ftsa (version 3.2)

plot.fmres: Plot residuals from a fitted functional model.

Description

Functions to produce a plot of residuals from a fitted functional model.

Usage

## S3 method for class 'fmres':
plot(x, type = c("image", "fts", "contour", "filled.contour", 
 "persp"), xlab = "Year", ylab = "Age", zlab = "Residual", ...)

Arguments

Value

Produces a plot.

See Also

ftsm, forecast.ftsm, plot.fm, plot.fmres, residuals.fm, summary.fm

Examples

Run this code
plot(residuals(ftsm(ElNino)), type = "filled.contour", xlab = "Month", 
     ylab = "Residual sea surface temperature")

Run the code above in your browser using DataLab