linesink | R Documentation |
linesink()
creates a line-sink analytic element with constant specified strength.
linesink(x0, y0, x1, y1, sigma, width = 0, ...)
x0 |
numeric, starting x location of line-sink. |
y0 |
numeric, starting y location of line-sink. |
x1 |
numeric, ending x location of line-sink. |
y1 |
numeric, ending y location of line-sink. |
sigma |
numeric, specific strength of the line-sink, i.e. discharge per unit length of line-sink. Positive is out of aquifer. |
width |
numeric, width of the line-sink. Only used in |
... |
ignored |
Strength-specified line-sink analytic element which is an object of class linesink
and inherits from element
.
headlinesink()
ls <- linesink(-75, 50, 100, 50, sigma = 1, width = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.