logical_parameter {dynparam} | R Documentation |
Define a logical parameter
logical_parameter(id, default, description = NULL, tuneable = TRUE)
id |
The name of the parameter. |
default |
The default value of the parameter. |
description |
An optional (but recommended) description of the parameter. |
tuneable |
Whether or not a parameter is tuneable. |
dynparam for an overview of all dynparam functionality.
logical_parameter(
id = "scale",
default = TRUE,
description = "Whether or not to scale the input variables"
)