Plot of results obtained using function KRDetect.outliers.controlchart
for identification of outliers using control charts.
The function is called by plot.KRDetect
and is not intended for use by regular users of the package.
controlchart.plot(x, plot.type = "all", ...)
a list obtained as an output of function KRDetect.outliers.controlchart
for identification of outliers using control charts.
a type of plot with outliers displayed.
Possible options are
"all"
to show outliers detected using control chart x, R and s
"x"
to show outliers detected using control chart x
"R"
to show outliers detected using control chart R
"s"
to show outliers detected using control chart s
further arguments to be passed to the plot
function.
This function plots the results obtained using function KRDetect.outliers.controlchart
identificating outliers using control charts.
The function is exported for developer use only. It does not perform any checks on inputs since it is only convenience function for plotting results obtained using functions implemented in package envoutliers.