format.arps: Format methods for Arps decline objects

Description Usage Arguments Value See Also Examples

Description

Get human-readable representation of Arps decline-curve objects.

Usage

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

Arguments

x

Arps decline curve object as returned from arps.decline.

...

Arguments to additional format methods.

Value

A character representation of x.

See Also

format, print.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"))
format(decline, digits=2)

derrickturk/aRpsDCA documentation built on May 15, 2019, 5:04 a.m.