Get attribute frequencies
from a QSpecQuantity
.
frequencies
from a QSpecQuantity
.## S4 method for signature 'QSpecQuantity' getFrequencies(object)
object
: QSpecQuantity
from which to get the frequencies
.Returns the frequencies attribute, as a vector of real numbers.
qPG <- quantilePG(rnorm(10), levels.1=c(0.25,0.5)) freq <- getFrequencies(qPG)