Skip to contents

Subarray Class

Format

An R6Class generator object

Public fields

layout

Layout [optional]

ranges

list( SubarrayRanges ) [optional]

Methods


Method new()

Usage

Subarray$new(layout = NULL, ranges = NULL, ...)


Method toJSON()

Usage

Subarray$toJSON()


Method fromJSON()

Usage

Subarray$fromJSON(SubarrayJson)


Method toJSONString()

Usage

Subarray$toJSONString()


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.