plot_tss: Plot simple variable time-series (highcharts)

plot_tssR Documentation

Plot simple variable time-series (highcharts)

Description

Plot simple variable time-series (highcharts)

Usage

plot_tss(data, color = pal[[1]], unit = NA)

Arguments

data

data.table to plot with columns date and value (will use date_end if date is missing)

color

an optional built-in color name (default "navy")

unit

display unit

Examples

plot_tss(DATA[iso3=="mli" & sheet=="sheet1" & id=="rainfall"])


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