[,H5S_dataset,numeric,numeric-method {rhdf5client}R Documentation

extract elements from H5S_dataset

Description

extract elements from H5S_dataset

extract elements from H5S_dataset

extract elements of a one or two-dimensional HSDSDataset

Usage

## S4 method for signature 'H5S_dataset,numeric,numeric'
x[i, j, ..., drop = FALSE]

## S4 method for signature 'H5S_dataset,character,character'
x[i, j, ..., drop = FALSE]

## S4 method for signature 'HSDSDataset,numeric,ANY'
x[i]

Arguments

x

instance of H5S_dataset

i

select option for first matrix index in HDF5 server value API

j

select option for second matrix index in HDF5 server value API

...

unused

drop

logical defaults to FALSE

x

object of type HSDSDataset

i

vector of indices (first dimension)

Value

matrix of data obtained

an array with the elements requested from the HSDSDataset


[Package rhdf5client version 1.4.1 Index]