| RatchetOptions | R Documentation |
RatchetOptions is an R6 class that defines the set of options
for performing a parsimony ratchet phylogenetic analysis in nitro.
iterationsAn integer value indicating the number of iterations.
replacementsAn integer value indicating the number of replacements (i.e., accepted tree rearrangements) to perform in each perturbation phase.
prob_upAn integer value indicating the probability of upweighting a character.
prob_downAn integer value indicating the probability of downweighting a character.
new()RatchetOptions$new( iterations = 50, replacements = 40, prob_up = 4, prob_down = 4 )
iterationsAn integer value indicating the number of iterations.
replacementsAn integer value indicating the number of replacements (i.e., accepted tree rearrangements) to perform in each perturbation phase.
prob_upAn integer value indicating the probability of upweighting a character.
prob_downAn integer value indicating the probability of downweighting a character.
print()RatchetOptions$print(...)
...Ignored.
queue()RatchetOptions$queue(set_only = FALSE)
set_onlyA 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.