Plot Temperature Interactive

plot_temperature_interactive(df)

Arguments

df

data frame with temperature data and columns "date" (YYYY-MM-DD) and "value"

Value

plot with interactive temperature data

Examples

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)