MonophylyConstraintOptions | R Documentation |
MonophylyConstraintOptions
is an R6 class that sets options for tree
searches with constraints on monophyly.
nitro::ConstraintBaseOptions
-> MonophylyConstraintOptions
fixed_otus
A logical vector indicating which OTUs from the matrix to assign as a fixed constraint.
floating_otus
An optional logical vector indicating which OTUs from the matrix to assign as floating constraints.
new()
MonophylyConstraintOptions$new( fixed_otus, floating_otus = NULL, is_positive = TRUE )
fixed_otus
A character vector indicating which OTUs from the matrix to assign as a fixed constraint.
floating_otus
An character logical vector indicating which OTUs from the matrix to assign as floating constraints.
is_positive
A logical value indicating whether the constraint is
positive (TRUE
) or negative (FALSE
).
print()
MonophylyConstraintOptions$print(...)
...
Ignored.
queue()
MonophylyConstraintOptions$queue(...)
...
Ignored.
clone()
The objects of this class are cloneable with this method.
MonophylyConstraintOptions$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.