hm_plot | R Documentation |
Create a list of timeseries plots of all HydroMonitor Observationwell data
(read_export_csv
).
hm_plot(hm, output_dir = NULL)
hm |
HydroMonitor Observation Well data as read by |
output_dir |
folder name to write plot (character). If NULL, plots are not written do disk. |
tibble. Fields:
NAME Name of observationwell (character vector)
plots List of timeseries plots (ggplot object)
## Not run:
x <- hm1 |> hm_plot()
NAME <- x$NAME[3]
x$plots[[which(x$NAME==NAME)]]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.