Description Usage Arguments Value Examples
View source: R/plot_temperature_interactive.R
Plot Temperature Interactive
1 |
df |
data frame with temperature data and columns "date" (YYYY-MM-DD) and "value" |
plot with interactive temperature data
1 2 3 | path <- kwb.heatsine::extdata_file("temperature_groundwater_Txxxx3.csv")
gw_data <- kwb.heatsine::load_temperature_from_csv(path)
kwb.heatsine::plot_temperature_interactive(gw_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.