View source: R/quantile_ordered.R
quantile.ordered | R Documentation |
Quantile for Ordered Factors
## S3 method for class 'ordered'
quantile(x, probs = seq(0, 1, 0.25), ...)
x |
an ordered factor |
probs |
the desired quatiles |
... |
arugments passed on |
ordered factor levels at the desired quantiles
quantile(ordered(rep(c("C","B","A"), each=30), levels=c("C","B","A")),
probs <- seq(0, 1, 0.25))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.