The goal of the package menyanthes is to read / write / manipulate HydroMonitor Observationwell data.
You can install the released version of menyanthes from with:
install_github("KeesVanImmerzeel/menyanthes")
Then load the package with:
library("menyanthes")
hm_read_export_csv()
: Read export HydroMonitor file with ObservationWell data.hm_read_export_csv2()
: Read export HydroMonitor file with ObservationWell data with missing header.hm_read_dino()
: Read export Dino *_1.csv file with measured heads.hm_read_dino_path
: Read all export Dino *_1.csv files with measured heads in specified folder.hm_read_dino_zip
: Read all export Dino *_1.csv files with measured heads from zip file.hm_obs_periods
: Create a data frame with observation period for each filter.hm_filter_on_year()
: Filter HydroMonitor ObservationWell data on year.hm_filter_on_pol()
: Filter HydroMonitor ObservationWell data with polygon shape.hm_calc_gxg()
: Calculate GxG's of HydroMonitor ObservationWell data.hm_plot()
: Plot HydroMonitor ObservationWell data.nr_obs_ratio()
: Ratio's (# observations in filter) / (average # of observations in monitoring well)hm1, hm2: HydroMonitor ObservationWell Data. Can be read with
read_export_csv()`.To get help on the functions in this package type a question mark before the function name, like ?hm_read_export_csv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.