SubarrayPartitionerCurrent | R Documentation |
SubarrayPartitionerCurrent Class
An R6Class
generator object
subarray
Subarray [optional]
start
integer [optional]
end
integer [optional]
splitMultiRange
character [optional]
new()
SubarrayPartitionerCurrent$new( subarray = NULL, start = NULL, end = NULL, splitMultiRange = NULL, ... )
toJSON()
SubarrayPartitionerCurrent$toJSON()
fromJSON()
SubarrayPartitionerCurrent$fromJSON(SubarrayPartitionerCurrentJson)
toJSONString()
SubarrayPartitionerCurrent$toJSONString()
fromJSONString()
SubarrayPartitionerCurrent$fromJSONString(SubarrayPartitionerCurrentJson)
clone()
The objects of this class are cloneable with this method.
SubarrayPartitionerCurrent$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.