getSubmatrix: getSubmatrix

Description Usage Arguments Examples

Description

Fetch data from Dataset object

Usage

1
getSubmatrix(dset, indices)

Arguments

dset

Object of type Dataset

indices

Character vector of slices. Must be in format 'start:stop:step' each integer-valued. (R-conventions)

Examples

1
A <- getSubmatrix(D, c('200:300:1', '400:500:1'))

sampoll/rh5pydclient documentation built on May 3, 2019, 3:41 p.m.