getStandingKatzData: Read a file with readings from Standing-Katz chart. Similar...

Description Usage Arguments Examples

View source: R/Standing-Katz.R

Description

Read a .txt file that was created from readings of the Standing-Katz chart and retrieve the points

Usage

1
getStandingKatzData(tpr = 1.3, pprRange = "lp")

Arguments

tpr

Pseudo-reduced temperature curve in SK chart. Default Tpr=1.30

pprRange

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

Examples

1
2
3
4
getStandingKatzData(tpr = 1.5, pprRange = 'lp')
# with a vector
#tpr <- c(1.05, 1.1, 1.2)
#getStandingKatzData(tpr, pprRange = 'lp')

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