EV.plot {envoutliers}R Documentation

Extreme value outlier detection plot - Only intended for developer use

Description

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

Usage

EV.plot(x, plot.type = "all", ...)

Arguments

x

a list obtained as an output of function KRDetect.outliers.EV for identification of outliers using extreme value theory.

plot.type

a type of plot with outliers displayed.

Possible options are

  • "all" to show outliers with both extremely low and high value

  • "min" to show outliers with extremely low value

  • "max" to show outliers with extremely high value

...

further arguments to be passed to the plot function.

Details

This function plots the results obtained using function KRDetect.outliers.EV 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.


[Package envoutliers version 1.1.0 Index]