print.arps: Print methods for Arps decline objects

Description Usage Arguments Value See Also Examples

View source: R/s3.R

Description

Print human-readable representation of Arps decline-curve objects using format.arps.

Usage

1
2
## S3 method for class 'arps'
print(x, ...)

Arguments

x

Arps decline curve object as returned from arps.decline.

...

Arguments to format.arps.

Value

Invisibly (see invisible) returns x.

See Also

print, format.arps, arps.decline.

Examples

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)

Example output

[1] "Arps exponential decline: <qi = 1000, D = 0.008201868>"

aRpsDCA documentation built on May 2, 2019, 9:42 a.m.