boxplot_ecc | R Documentation |
Boxplot yearly ECC time-series (highcharts)
boxplot_ecc( data, prob = 0.95, title = "Historical Claim Costs across Years", subtitle = "As percent of limit, 2001-2019 average ECC with VaR line in red", ... )
data |
output of wc_ecc |
prob |
which percentile threshold(s) to draw on charts |
title |
chart title |
subtitle |
chart subtitle |
data <- data.table( year = rep(2001:2020, each=5), ecc = sample(1:100/100, 5*20, replace=T) ) boxplot_ecc(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.