Learn R Programming

zFactor (version 0.1.9)

getStandingKatzData: Read a file with readings from Standing-Katz chart. Similar to `getStandingKatzCurve` function but this gets only the data.

Description

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

Usage

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

Run this code
# NOT RUN {
getStandingKatzData(tpr = 1.5, pprRange = 'lp')
# with a vector
#tpr <- c(1.05, 1.1, 1.2)
#getStandingKatzData(tpr, pprRange = 'lp')
# }

Run the code above in your browser using DataLab