| 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)
dataA data.frame representing a continuous character
matrix.
inactiveA 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.