constant {raem} | R Documentation |
Create a constant-head analytic element
Description
constant()
creates an analytic element containing a constant head, often referred to
as the reference point.
Usage
constant(xc, yc, hc, ...)
Arguments
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 |
Value
Constant-head analytic element point which is an object of class constant
and inherits from element
.
Examples
rf <- constant(xc = -100, yc = 0, hc = 10)
[Package raem version 0.1.0 Index]