changepoint.plot: Changepoint outlier detection plot - Only intended for...

Description Usage Arguments Details

View source: R/generalFunctions.R

Description

Plot of results obtained using function KRDetect.outliers.changepoint for identification of outliers using changepoint analysis. The function is called by plot.KRDetect and is not intended for use by regular users of the package.

Usage

1
changepoint.plot(x, show.segments, ...)

Arguments

x

a list obtained as an output of function KRDetect.outliers.changepoint for identification of outliers using changepoint analysis.

show.segments

a logical variable specifying if vertical lines representing individual segments are plotted.

...

further arguments to be passed to the plot function.

Details

This function plots the results obtained using function KRDetect.outliers.changepoint identificating outliers using changepoint analysis based method. 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.


envoutliers documentation built on July 2, 2020, 3:25 a.m.