default_parameters_doc {beautier} | R Documentation |
Documentation of parameters (for example, create_param
.
This function does nothing. It is intended to inherit documentation from.
Description
Documentation of parameters (for example, create_param
.
This function does nothing. It is intended to inherit documentation from.
Usage
default_parameters_doc(dimension, estimate, id, lower, name, upper, value, ...)
Arguments
dimension |
the number of dimensions, for example, as used in create_freq_param |
estimate |
TRUE if this parameter is to be estimated by BEAST2, FALSE otherwise |
id |
the parameter's ID |
lower |
lowest possible value of the parameter. If the parameter
is estimated, |
name |
the parameters' name. Valid
names can be found in |
upper |
upper value of the parameter |
value |
value of the parameter |
... |
specific parameter parameters |
Note
This is an internal function, so it should be marked with
@export
. This is not done, as this will disallow all
functions to find the documentation parameters
Author(s)
Richèl J.C. Bilderbeek
[Package beautier version 2.6.12 Index]