hm_plot: Plot HydroMonitor ObservationWell data and optionally save...

View source: R/utilitys.R

hm_plotR Documentation

Plot HydroMonitor ObservationWell data and optionally save plots to specified folder.

Description

Create a list of timeseries plots of all HydroMonitor Observationwell data (read_export_csv).

Usage

hm_plot(hm, output_dir = NULL)

Arguments

hm

HydroMonitor Observation Well data as read by read_export_csv

output_dir

folder name to write plot (character). If NULL, plots are not written do disk.

Value

tibble. Fields:

  • NAME Name of observationwell (character vector)

  • plots List of timeseries plots (ggplot object)

Examples

## Not run: 
x <- hm1 |> hm_plot()
NAME <- x$NAME[3]
x$plots[[which(x$NAME==NAME)]]

## End(Not run)

KeesVanImmerzeel/menyanthes documentation built on Feb. 9, 2025, 1:31 a.m.