Create a parameter called freq
create_freq_param(
id = NA,
lower = "0.0",
upper = "1.0",
value = "0.25",
estimate = TRUE,
dimension = 4
)
a parameter called freq
the parameter's ID
lowest possible value of the parameter. If the parameter
is estimated, lower
must be less than value
upper value of the parameter
value of the parameter
TRUE if this parameter is to be estimated by BEAST2, FALSE otherwise
the number of dimensions, for example, as used in create_freq_param
Richèl J.C. Bilderbeek