robets (version 1.4)

plotOutliers: Plot outliers detected by robets model

Description

Plot outliers detected by robets model

Usage

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

Run this code
# NOT RUN {
model <- robets(nottem)
plotOutliers(model)
# }

Run the code above in your browser using DataCamp Workspace