AbstractCharacterMatrix: Abstract character matrix

AbstractCharacterMatrixR Documentation

Abstract character matrix

Description

AbstractCharacterMatrix is an R6 class that defines properties common to any type of character matrix. Intended to be inherited, not instantiated directly.

Active bindings

data

The character matrix.

taxa

The names of the taxa contained in the matrix.

n_characters

The number of the characters contained in the matrix.

inactive

A numeric vector indicating which characters to mark as inactive.

Methods

Public methods


Method clone()

The objects of this class are cloneable with this method.

Usage
AbstractCharacterMatrix$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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