sub-OpenTIMS-method: Get some frames of data.

[,OpenTIMS-methodR Documentation

Get some frames of data.

Description

Get some frames of data.

Usage

## S4 method for signature 'OpenTIMS'
x[i]

Arguments

x

OpenTIMS data instance.

i

An array of nonzero indices to extract.

Examples

## Not run: 
D = OpenTIMS('path/to/your/folder.d')
print(head(D[10]))
print(head(D[10:100]))

## End(Not run)

opentimsr documentation built on March 30, 2022, 1:06 a.m.