getFrequencies-QSpecQuantity function

Get attribute frequencies from a QSpecQuantity.

Get attribute frequencies from a QSpecQuantity.

## S4 method for signature 'QSpecQuantity' getFrequencies(object)

Arguments

  • object: QSpecQuantity from which to get the frequencies.

Returns

Returns the frequencies attribute, as a vector of real numbers.

Examples

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