evGui {extremevalues}R Documentation

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

Note

The GUI is programmed in a very quick and pretty dirty way, but it works fine. It will be replaced by a gtk-version in the future.

Author(s)

Mark van der Loo

References

www.markvanderloo.eu

See Also

getOutliers

Examples

## Not run: 
    y <- rnorm(100)
    evGui(y)
    
## End(Not run)

[Package extremevalues version 2.3.4 Index]