| 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.
replicationsAn integer value indicating the number of replications.
hold_repAn integer value indicating the maximum number of trees to retain during each replication.
keep_allA 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)
replicationsAn integer value indicating the number of replications.
hold_repAn integer value indicating the maximum number of trees to retain during each replication.
keep_allA 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.