Learn R Programming

zFactor (version 0.1.9)

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

Description

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

Usage

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

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab