[,HSDSDataset,numeric,numeric,ANY-method {rhdf5client}R Documentation

bracket method for 2d request from HSDSDataset

Description

bracket method for 2d request from HSDSDataset

Usage

## S4 method for signature 'HSDSDataset,numeric,numeric,ANY'
x[i, j, ..., drop = TRUE]

Arguments

x

object of type HSDSDataset

i

vector of indices (first dimension)

j

vector of indices (second dimension)

...

not used

drop

logical(1) if TRUE return has no array character

Value

an array with the elements requested from the HSDSDataset


[Package rhdf5client version 1.6.1 Index]