format_quantiles_as_widths | R Documentation |
Format a long summary of parameter quantiles (one record per run, parameter, and quantile) into a wide format (one record per run, parameter, and interval-width)
format_quantiles_as_widths(df)
df |
a data.frame with quantile summary in long or denormalized format |
a data.frame with new fields (compatible with ggdist plotting functions): .width, .lower, .upper, and .value
This function expects a data.frame in the format returned by fetch_quantiles
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.