plot_idx_mosaic | R Documentation |
Plot temperature indices (highcharts)
plot_idx_mosaic(data, title = NA, subtitle = NA, ...)
data |
output of wc_trg* |
title |
chart title |
subtitle |
chart subtitle |
... |
Arguments passed on to
|
data <- data.table( year = rep(2000:2010, each=10), loc_id = 1:10, idx = rnorm(10, mean=80) ) plot_idx_mosaic(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.