plot_profile | R Documentation |
Plot time-series intra-annual variability (highcharts)
plot_profile( data, unit = NA, polar = FALSE, unit.threshold = 10, subtitle = NULL, ... )
data |
data.table to plot with columns |
unit |
display unit |
polar |
use polar (circular) axis |
unit.threshold |
maximum threshold to convert from km³ to MCM unit (default: 10 km³) |
subtitle |
chart subtitle |
... |
Arguments passed on to
|
highcharter object
dt <- DATA[iso3=="ken" & id=="rainfall" & period=="month"] plot_profile(dt, unit="km³") plot_profile(dt, unit="km³", polar=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.