get_parId {IOHanalyzer} | R Documentation |
Get all parameter ids present in a DataSetList
Description
Get all parameter ids present in a DataSetList
Usage
get_parId(dsList, which = "by_FV")
Arguments
dsList |
The DataSetList |
which |
A string takes values in ‘c(’by_FV', 'by_RT')'. To choose the parameters aligned by the running time (RT) or the function value (FV). Note that parameters in each case are not necessary the same. |
Value
A sorted list of all unique parameter ids which occur in the DataSetList
Examples
get_parId(dsl)
[Package IOHanalyzer version 0.1.8.10 Index]