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