AbstractCharacterMatrix | R Documentation |
AbstractCharacterMatrix
is an R6 class that defines properties common
to any type of character matrix. Intended to be inherited, not instantiated
directly.
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.
clone()
The objects of this class are cloneable with this method.
AbstractCharacterMatrix$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.