BranchSwappingOptions: Define a branch swapping analysis

BranchSwappingOptionsR Documentation

Define a branch swapping analysis

Description

BranchSwappingOptions is an R6 class that defines the set of options for performing a branch sweapping phylogenetic analysis with replications in nitro.

Active bindings

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.

Methods

Public methods


Method new()

Usage
BranchSwappingOptions$new(replications = 10, hold_rep = 10, keep_all = FALSE)
Arguments
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.


Method print()

Usage
BranchSwappingOptions$print(...)
Arguments
...

Ignored.


Method queue()

Usage
BranchSwappingOptions$queue(...)
Arguments
...

Ignored.


Method clone()

The objects of this class are cloneable with this method.

Usage
BranchSwappingOptions$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


paravian/nitro documentation built on Jan. 17, 2025, 11:21 p.m.