getFrequencies-QSpecQuantity | R Documentation |
frequencies
from a QSpecQuantity
.Get attribute frequencies
from a QSpecQuantity
.
## S4 method for signature 'QSpecQuantity'
getFrequencies(object)
object |
|
Returns the frequencies attribute, as a vector of real numbers.
qPG <- quantilePG(rnorm(10), levels.1=c(0.25,0.5))
freq <- getFrequencies(qPG)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.