offset: Get offset from an IndexList object

Description Usage Arguments Examples

Description

Get offset from an IndexList object

Usage

1
2
3
4
offset(object)

## S4 method for signature 'BaseIndexList'
offset(object)

Arguments

object

An IndexList object

Examples

1
2
myIndexList <- IndexList(list(1:5, 2:7, 3:8), offset=1L)
offset(myIndexList)

BioQC documentation built on Nov. 8, 2020, 7:16 p.m.