plot.fmres | R Documentation |
Functions to produce a plot of residuals from a fitted functional model.
## S3 method for class 'fmres'
plot(x, type = c("image", "fts", "contour", "filled.contour",
"persp"), xlab = "Year", ylab = "Age", zlab = "Residual", ...)
x |
Generated by |
type |
Type of plot to use. Possibilities are |
xlab |
Label for |
ylab |
Label for |
zlab |
Label for |
... |
Plotting parameters. |
Produces a plot.
Rob J Hyndman
ftsm
, forecast.ftsm
, plot.fm
, plot.fmres
, residuals.fm
, summary.fm
# colorspace package was used to provide a more coherent color option.
plot(residuals(ftsm(y = ElNino_ERSST_region_1and2)), type = "filled.contour", xlab = "Month",
ylab = "Residual sea surface temperature")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.