Skip to contents

Orthogonal index class

Details

The Zarr OIndex class.

Public fields

array

The array instance.

Methods


Method new()

Create a new OIndex instance.

Usage

OIndex$new(array)

Arguments

array

The array instance.

Returns

An OIndex instance.


Method get_item()

get method for the Oindex instance

Usage

OIndex$get_item(selection)

Arguments

selection

Selection to apply.

Returns

An OIndex instance.


Method clone()

The objects of this class are cloneable with this method.

Usage

OIndex$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.