hasType {ParamHelpers} | R Documentation |
Check whether parameter set contains a certain type.
Description
TRUE
if the parameter set contains at least one parameter of
the mentioned type x. Type x always subsumes x and x-vector.
Usage
hasDiscrete(par.set, include.logical = TRUE)
hasInteger(par.set)
hasLogical(par.set)
hasCharacter(par.set)
hasNumeric(par.set, include.int = TRUE)
Arguments
par.set |
ParamSet |
include.logical |
( |
include.int |
( |
Value
logical(1)
[Package ParamHelpers version 1.14.1 Index]