.level_from_quantiles | R Documentation |
Obtain level from quantiles This is a private function of 'nixtlar'
.level_from_quantiles(quantiles)
quantiles |
A vector with the quantiles. |
A list containing the level vector and a data frame with the quantiles and their corresponding levels.
.level_from_quantiles(c(0.1, 0.5, 0.9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.