getFrequencies-QSpecQuantity: Get attribute 'frequencies' from a 'QSpecQuantity'.

getFrequencies-QSpecQuantityR Documentation

Get attribute frequencies from a QSpecQuantity.

Description

Get attribute frequencies from a QSpecQuantity.

Usage

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

Arguments

object

QSpecQuantity from which to get the frequencies.

Value

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)

quantspec documentation built on Sept. 11, 2024, 9:15 p.m.