nr_obs_ratio | R Documentation |
Ratio's (# observations in filter) / (average # of observations in monitoring well)
nr_obs_ratio(hm)
hm |
HydroMonitor Observation Well data as read by |
tible with fields:
NAME Name of observationwell (character vector)
FILTER Filter number (integer)
RATIO Ratio (# observations in filter) / (average # of observations in monitoring well) (numeric)
## Not run:
r <- hm1 |> nr_obs_ratio()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.