plotTslmTimeResiduals: Plot tslm residuals over time

View source: R/tslm.R

plotTslmTimeResidualsR Documentation

Plot tslm residuals over time

Description

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

Usage

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

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()].

Value

Called for its plotting side effect.


s20x documentation built on July 1, 2026, 9:06 a.m.