listStandingKatzCurves: List all Standing-Katz curve files available at Low and High...

Description Usage Arguments Examples

View source: R/Standing-Katz.R

Description

List all Standing-Katz curve files available at Low and High pressures

Usage

1
listStandingKatzCurves(pprRange = "lp")

Arguments

pprRange

Takes one of three values: "lp": low pressure, or "hp" for high pressure, or 'all' for all the curve text files. The text files reside under extdata. High pressure is considered above a Ppr > 8.

Examples

1
2
3
listStandingKatzCurves(pprRange = 'all')  # list all curves
listStandingKatzCurves(pprRange = 'lp')   # list all the Tpr for low-pressure
#' listStandingKatzCurves(pprRange = 'hp')   # list all the Tpr for high-pressure

zFactor documentation built on Aug. 1, 2019, 5:04 p.m.