| MonophylyConstraintOptions | R Documentation |
MonophylyConstraintOptions is an R6 class that sets options for tree
searches with constraints on monophyly.
nitro::ConstraintBaseOptions -> MonophylyConstraintOptions
fixed_otusA logical vector indicating which OTUs from the matrix to assign as a fixed constraint.
floating_otusAn 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_otusA character vector indicating which OTUs from the matrix to assign as a fixed constraint.
floating_otusAn character logical vector indicating which OTUs from the matrix to assign as floating constraints.
is_positiveA 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.