R/plot_temperature_interactive.R
plot_temperature_interactive.Rd
Plot Temperature Interactive
plot_temperature_interactive(df)
df | data frame with temperature data and columns "date" (YYYY-MM-DD) and "value" |
---|
plot with interactive temperature data
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)