powered by
Lists all available feature sets w.r.t. certain restrictions.
listAvailableFeatureSets( subset, allow.cellmapping, allow.additional_costs, blacklist )
[character] Vector of feature sets, which should be considered. If not defined, all features will be considered.
character
[logical(1)] Should (general) cell mapping features be considered as well? The default is TRUE.
logical(1)
TRUE
[logical(1)] Should feature sets be considered, which require additional function evaluations? The default is TRUE.
[character] Vector of feature sets, which should not be considered. The default is NULL.
NULL
[character]. Feature sets, which could be computed - based on the provided input.
# NOT RUN { sets = listAvailableFeatureSets() # }
Run the code above in your browser using DataLab