Learn R Programming

extremevalues (version 2.1)

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

Value

    References

    www.markvanderloo.eu

    See Also

    getOutliers

    Examples

    Run this code
    y <- rnorm(100)
        evGui(y)

    Run the code above in your browser using DataLab