Learn R Programming

s20x (version 3.3.0)

plotTslmTimeResiduals: Plot tslm residuals over time

Description

Draw the residuals-over-time diagnostic panel for `tslm` objects.

Usage

plotTslmTimeResiduals(diagnosticData, object, residualType = "normalised", ...)

Value

Called for its plotting side effect.

Arguments

diagnosticData

diagnostic data returned by `getTslmDiagnosticData()`.

object

a fitted `tslm` object.

residualType

residual type label used for plot text.

...

additional graphical arguments passed to [graphics::plot()].