ConstraintBaseOptions: Set constraints on monophyly

ConstraintBaseOptionsR Documentation

Set constraints on monophyly

Description

ConstraintBaseOptions is an R6 class that sets common options for tree searches with constraints.

Active bindings

is_positive

A logical value indicating whether the constraint is positive (TRUE) or negative (FALSE).

Methods

Public methods


Method new()

Usage
ConstraintBaseOptions$new(is_positive = TRUE)
Arguments
is_positive

A logical value indicating whether the constraint is positive (TRUE) or negative (FALSE).


Method clone()

The objects of this class are cloneable with this method.

Usage
ConstraintBaseOptions$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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