Description Usage Arguments Value Note Author(s)
View source: R/default_params_doc.R
This function does not do anything. It is meant to hold argument documentation, which is then inherited in all other functions.
1 2 3 4 5 6 7 8 9 10 11 | default_params_doc(
totaltime,
sim_pars,
n_mainland_spec,
iw_sims,
param_set,
brts,
n_param_sets_to_run,
save_to_file,
test_seed
)
|
totaltime |
Positive numeric. Specifies how the age of the island to be
simulated by |
sim_pars |
Numeric vector with DAISIE simulation parameters, as used by
|
n_mainland_spec |
Positive integer with total number of species in the mainland pool, which can colonize the island. |
iw_sims |
DAISIE object (list) as generated by |
param_set |
Positive integer. Corresponds to one line of the param_space data frame. |
brts |
List with vector of branching times as returned by |
n_param_sets_to_run |
Integer with number of parameter sets (i.e., columns in the parameter space file) should be simulated. |
save_to_file |
Boolean stating if output of pipeline should be saved
as an |
test_seed |
A boolean, which sets the seed to 1. Defaults to |
Nothing
Should be marked as @noRd
, but this can't be done or inheriting
parameters would not be possible.
Pedro Neves
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.