Description Usage Arguments Value See Also Examples
Print human-readable representation of Arps decline-curve objects using format.arps
.
1 2 |
x |
Arps decline curve object as returned from |
... |
Arguments to |
Invisibly (see invisible
) returns x
.
print
, format.arps
, arps.decline
.
1 2 3 4 5 6 | ## exponential decline with
## qi = 1000 Mscf/d, Di = 95% effective / year
## rate for t from 0 to 25 days
decline <- arps.decline(1000,
as.nominal(0.95, from.period="year", to.period="day"))
print(decline)
|
[1] "Arps exponential decline: <qi = 1000, D = 0.008201868>"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.