R/hasFiniteBoxConstraints.R
hasFiniteBoxConstraints.Rd
Checks if a parameter or each parameter of a parameter set has ONLY finite lower and upper bounds.
hasFiniteBoxConstraints(par, dict = NULL)
(Param | ParamSet) Parameter or parameter set.
(environment | list | NULL) Environment or list which will be used for evaluating the variables of expressions within a parameter, parameter set or list of parameters. The default is NULL.
environment
NULL
logical(1)