BranchSwappingOptions | R Documentation |
BranchSwappingOptions
is an R6 class that defines the set of options
for performing a branch sweapping phylogenetic analysis with replications
in nitro
.
replications
An integer value indicating the number of replications.
hold_rep
An integer value indicating the maximum number of trees to retain during each replication.
keep_all
A logical value indicating whether to retain all generated trees from each replication regardless of length.
new()
BranchSwappingOptions$new(replications = 10, hold_rep = 10, keep_all = FALSE)
replications
An integer value indicating the number of replications.
hold_rep
An integer value indicating the maximum number of trees to retain during each replication.
keep_all
A logical value indicating whether to retain all generated trees from each replication regardless of length.
print()
BranchSwappingOptions$print(...)
...
Ignored.
queue()
BranchSwappingOptions$queue(...)
...
Ignored.
clone()
The objects of this class are cloneable with this method.
BranchSwappingOptions$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.