| 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.
dataThe character matrix.
taxaThe names of the taxa contained in the matrix.
n_charactersThe number of the characters contained in the matrix.
inactiveA numeric vector indicating which characters to mark as inactive.
clone()The objects of this class are cloneable with this method.
AbstractCharacterMatrix$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.