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