plot_idx_density | R Documentation |
Plot index density (highcharts)
plot_idx_density( data, title = "Index Density Distribution", subtitle = "Across portfolio locations, 1990-2020 (mm)", rowheight = 280, ncol = 1, ... )
data |
output of |
title |
chart title |
subtitle |
chart subtitle |
rowheight |
Height in px. |
ncol |
how many columns in the grid |
... |
Arguments passed on to
|
dt <- data.table( loc_id = 1:3, period = rep(c("prd_1", "prd_5"), 3), year = rep(1990:2020, each=3*2), idx = rnorm(31*3*2, 10), idx_lo = 8, idx_hi = 12 ) plot_idx_density(dt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.