Define a range parameter
range_parameter(
id,
default,
lower_distribution,
upper_distribution,
description = NULL,
tuneable = TRUE
)
The name of the parameter.
The default value of the parameter.
A distribution from which the lower value of the range can be sampled.
A distribution from which the upper value fo the range can be sampled.
An optional (but recommended) description of the parameter.
Whether or not a parameter is tuneable.