multiplotStandingKatz: Plot multiple Tpr isotherm curves in one figure

Description Usage Arguments Examples

View source: R/Standing-Katz.R

Description

Plot shows the digitized isotherm of the Standing-Katz chart

Usage

1
multiplotStandingKatz(tpr = NULL, pprRange = "lp", ...)

Arguments

tpr

a vector of one of multiple Pseudo-reduced temperatures

pprRange

Takes one of two values: "lp": low pressure, or "hp". Default: "lp"

...

additional parameters

Examples

1
2
3
4
5
# plot Standing-Katz curves for Tpr=1.1 and 2.0
multiplotStandingKatz(c(1.1, 2))

# plot SK curves for the lowest range of Tpr
multiplotStandingKatz(c(1.05, 1.1, 1.2))

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