ContinuousMatrix | R Documentation |
ContinuousMatrix
is an R6 class that contains a continuous character
matrix and functions for modifying character activity.
nitro::AbstractCharacterMatrix
-> ContinuousMatrix
new()
ContinuousMatrix$new(data, inactive = NULL)
data
A data.frame
representing a continuous character
matrix.
inactive
A numeric vector indicating which characters to mark as inactive.
print()
ContinuousMatrix$print(...)
...
Ignored.
queue()
ContinuousMatrix$queue(...)
...
Ignored.
clone()
The objects of this class are cloneable with this method.
ContinuousMatrix$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.