Get offset from an IndexList object

offset(object)

# S4 method for BaseIndexList
offset(object)

Arguments

object

An IndexList object

Examples

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