plotOutliers: Plot outliers detected by robets model

Description Usage Arguments See Also Examples

Description

Plot outliers detected by robets model

Usage

1
plotOutliers(object, xlab = "", ylab = "", type = "l", ...)

Arguments

object

An object of class robets.

xlab

Label of the x-axis.

ylab

Label of the y-asix.

type

Character indicating the type of plot, just as in plot.

...

Other plotting parameters.

See Also

plot.robets

Examples

1
2
model <- robets(nottem)
plotOutliers(model)

RubenCrevits/robets documentation built on May 9, 2019, 10:35 a.m.