View source: R/modEvAmethods.R
modEvAmethods | R Documentation |
This function allows retrieving the methods available for some of the functions in modEvA, such as similarity
, threshMeasures
, optiThresh
, multModEv
, getThreshold
and getBins
.
modEvAmethods(fun)
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". |
a character vector of the available methods for the specified function.
A. Marcia Barbosa
threshMeasures
, optiThresh
, getBins
, multModEv
modEvAmethods("threshMeasures")
modEvAmethods("multModEv")
modEvAmethods("optiThresh")
modEvAmethods("getBins")
modEvAmethods("similarity")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.