An R6Class
generator object
Methods
Method new()
Usage
Subarray$new(layout = NULL, ranges = NULL, ...)
Method fromJSON()
Usage
Subarray$fromJSON(SubarrayJson)
Method fromJSONString()
Usage
Subarray$fromJSONString(SubarrayJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
Subarray$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.