SignedIndexList-class {BioQC}R Documentation

An S4 class to hold a list of signed integers as indices, with the possibility to specify the offset of the indices

Description

An S4 class to hold a list of signed integers as indices, with the possibility to specify the offset of the indices

Slots

offset

An integer specifying the value of first element. Default 1

keepNA

Logical, whether NA is kept during construction

keepDup

Logical, whether duplicated values are kept during construction


[Package BioQC version 1.8.0 Index]