| SubarrayPartitionerState | R Documentation |
SubarrayPartitionerState Class
An R6Class generator object
startinteger [optional]
endinteger [optional]
singleRangelist( Subarray ) [optional]
multiRangelist( 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.