Learn R Programming

s20x (version 3.3.0)

plotTslmResiduals: Plot tslm residuals against fitted values

Description

Draw the residuals-versus-fitted diagnostic panel for `tslm` objects.

Usage

plotTslmResiduals(diagnosticData, residualType = "normalised", ...)

Value

Called for its plotting side effect.

Arguments

diagnosticData

diagnostic data returned by `getTslmDiagnosticData()`.

residualType

residual type label used for plot text.

...

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