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

Description Usage Arguments Note Author(s) References See Also Examples

View source: R/evGui.r

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

1
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

1
2
3
4
5
## Not run: 
    y <- rnorm(100)
    evGui(y)
    
## End(Not run)

extremevalues documentation built on July 1, 2020, 6:19 p.m.