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

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

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