[,H5S_dataset,character,character,ANY-method {rhdf5client}R Documentation

extract elements from H5S_dataset

Description

extract elements from H5S_dataset

Usage

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

Arguments

x

instance of H5S_dataset

i

character vector of row selections

j

character vector of column selections

...

not used

drop

logical(1) set TRUE to drop array character


[Package rhdf5client version 1.14.2 Index]