Description Usage Arguments Details Value References See Also Examples
'plot_blended' takes a vector of transmissivity and a vector of hydraulic head and calculates the expected blended head for a cross-connected well and returns a ggplot2 object. The length units for transmissivity and hydraulic head should be the same.
1 | plot_blended(transmissivity, head)
|
transmissivity |
the transmissivity distribution for each interval |
head |
the head distribution for each interval |
The plotting function usese 'estimate_blended_head' to calculate the blended head value. The blended head is plotted with a dashed line.
a ggplot of the transmissivity and head
Sokol, D. (1963). Position and fluctuations of water level in wells perforated in more than one aquifer. Journal of Geophysical Research, 68(4), 1079-1080.
Other blended head methods:
blended_head_change()
,
estimate_blended_head()
,
estimate_formation_head()
,
estimate_missing()
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.