Learn R Programming

extremevalues (version 2.3.4)

evGui: GUI to explore options and results of the "extremevalues" package

Description

Opens a Graphical User Interface and plots results. Options of the extremevalue package functions can be set and results are updated instantly. Includes a code generator button.

Usage

evGui(y)

Arguments

y

A vector of type numeric

Author

Mark van der Loo

References

www.markvanderloo.eu

See Also

getOutliers

Examples

Run this code
if (FALSE) {
    y <- rnorm(100)
    evGui(y)
    }

Run the code above in your browser using DataLab