Description Usage Arguments Value Examples
Converts this histogram to an instance of the "ecdf" class, allowing the calculation of cumulative densities, and quantiles
1 2 | ## S4 method for signature 'HistDat'
as.ecdf(x)
|
x |
An instance of the class HistDat |
An instance of the ecdf
class. It can be invoked as a function to
return the cumulative proportion of the count data less than or equal to
x
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.