SubarrayRanges | R Documentation |
SubarrayRanges Class
An R6Class
generator object
type
Datatype [optional]
hasDefaultRange
character [optional]
buffer
list( integer ) [optional]
new()
SubarrayRanges$new(type = NULL, hasDefaultRange = NULL, buffer = NULL, ...)
toJSON()
SubarrayRanges$toJSON()
fromJSON()
SubarrayRanges$fromJSON(SubarrayRangesJson)
toJSONString()
SubarrayRanges$toJSONString()
fromJSONString()
SubarrayRanges$fromJSONString(SubarrayRangesJson)
clone()
The objects of this class are cloneable with this method.
SubarrayRanges$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.