Learn R Programming

modEvA (version 3.5)

modEvAmethods: Methods implemented in modEvA functions

Description

This function allows retrieving the methods available for some of the functions in modEvA, such as threshMeasures, optiThresh, multModEv and getBins.

Usage

modEvAmethods(fun)

Value

a character vector of the available methods for the specified function.

Arguments

fun

a character vector of length 1 specifying the name (in quotes) of the function for which to obtain the available methods. Must be one of "threshMeasures", "optiThresh", "multModEv", "getThreshold" or "getBins".

Author

A. Marcia Barbosa

See Also

threshMeasures, optiThresh, getBins, multModEv

Examples

Run this code
modEvAmethods("threshMeasures")

modEvAmethods("multModEv")

modEvAmethods("optiThresh")

modEvAmethods("getBins")

Run the code above in your browser using DataLab