Skip to contents

The `LabelArray` class

Usage

LabelArray(data = array(), meta = Zattrs(), metadata = list(), ...)

# S4 method for class 'LabelArray'
dim(x)

# S4 method for class 'LabelArray,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

Arguments

data

list of ZarrArrays

meta

Zattrs

metadata

optional list of arbitrary content describing the overall object.

...

option arguments passed to and from other methods.

x

LabelArray

Value

LabelArray

Examples

# TODO