getLevels-QSpecQuantity function

Get attribute levels from a QSpecQuantity.

Get attribute levels from a QSpecQuantity.

If the optional parameter j is supplied, then the jth vector of levels will be returned, a list with all vectors otherwise.

## S4 method for signature 'QSpecQuantity' getLevels(object, j)

Arguments

  • object: QSpecQuantity from which to get the levels.
  • j: Index pointing to a set of levels in the list; optional.

Returns

Returns levels attribute, as a vector of real numbers.

Examples

qPG <- quantilePG(rnorm(10), levels.1=c(0.25,0.5)) levels.list <- getLevels(qPG) levels.1 <- getLevels(qPG,1)
  • Maintainer: Tobias Kley
  • License: GPL (>= 2)
  • Last published: 2024-07-11