View source: R/plot_measurementchain_and_welloperation.R
plot_measurementchain_and_well_operation | R Documentation |
Plot measurementchain and well operation in combined plot
plot_measurementchain_and_well_operation(
mc_dat,
well_op_data_meta,
brunnen_nr = 9,
para = "Leitfaehigkeit",
y_label = "elektr. Leitfähigkeit (µS/cm)",
date_min = as.Date("2023-05-10"),
date_max = Sys.Date()
)
mc_dat |
mc_dat |
well_op_data_meta |
well_op_data_meta |
brunnen_nr |
well id (default: 9) |
para |
parameter (either: "Leitfaehigkeit" or "Temperatur") |
y_label |
y label (default: "elektr. Leitfaehigkeit (µS/cm)") |
date_min |
minimum date for plotting (default: as.Date("2023-05-10")) |
date_max |
maximum date for plotting (default: Sys.Date()) |
combined plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.