plot_idx_mosaic: Plot temperature indices (highcharts)

plot_idx_mosaicR Documentation

Plot temperature indices (highcharts)

Description

Plot temperature indices (highcharts)

Usage

plot_idx_mosaic(data, title = NA, subtitle = NA, ...)

Arguments

data

output of wc_trg*

title

chart title

subtitle

chart subtitle

...

Arguments passed on to hc_themed

hc

a highchart object

label

optional annotation

base_font

default font for all chart elements

axes

show axes (default: TRUE)

exporting

include chart export menu (default: TRUE)

credits

include credits (default: FALSE)

Examples

data <- data.table(
  year = rep(2000:2010, each=10),
  loc_id = 1:10,
  idx = rnorm(10, mean=80)
)
plot_idx_mosaic(data)


mbacou/WADashboard documentation built on Jan. 3, 2023, 6:21 p.m.