constant | R Documentation |
constant()
creates an analytic element containing a constant head, often referred to
as the reference point.
constant(xc, yc, hc, ...)
xc |
numeric, x location of the reference point. |
yc |
numeric, y location of the reference point. |
hc |
numeric, hydraulic head at the reference point. |
... |
ignored |
Constant-head analytic element point which is an object of class constant
and inherits from element
.
rf <- constant(xc = -100, yc = 0, hc = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.