format.arps {aRpsDCA} | R Documentation |
Get human-readable representation of Arps decline-curve objects.
## S3 method for class 'arps'
format(x, ...)
x |
Arps decline curve object as returned from |
... |
Arguments to additional |
A character representation of x
.
format
, print.arps
, arps.decline
.
## 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"))
format(decline, digits=2)