getAvailableTags {smoof}R Documentation

Returns a character vector of possible function tags.

Description

Test function are frequently distinguished by characteristic high-level properties, e.g., unimodal or multimodal, continuous or discontinuous, separable or non-separable. The smoof package offers the possibility to associate a set of properties, termed “tags” to a smoof_function. This helper function returns a character vector of all possible tags.

Usage

getAvailableTags()

Value

[character]


[Package smoof version 1.6.0.3 Index]