RatchetOptions | R Documentation |
RatchetOptions
is an R6 class that defines the set of options
for performing a parsimony ratchet phylogenetic analysis in nitro
.
iterations
An integer value indicating the number of iterations.
replacements
An integer value indicating the number of replacements (i.e., accepted tree rearrangements) to perform in each perturbation phase.
prob_up
An integer value indicating the probability of upweighting a character.
prob_down
An integer value indicating the probability of downweighting a character.
new()
RatchetOptions$new( iterations = 50, replacements = 40, prob_up = 4, prob_down = 4 )
iterations
An integer value indicating the number of iterations.
replacements
An integer value indicating the number of replacements (i.e., accepted tree rearrangements) to perform in each perturbation phase.
prob_up
An integer value indicating the probability of upweighting a character.
prob_down
An integer value indicating the probability of downweighting a character.
print()
RatchetOptions$print(...)
...
Ignored.
queue()
RatchetOptions$queue(set_only = FALSE)
set_only
A logical indicating whether to instruct the command to
execute immediately (TRUE
) or set the variables for future
execution (FALSE
).
clone()
The objects of this class are cloneable with this method.
RatchetOptions$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.