powered by
Read a .txt file that was created from readings of the Standing-Katz chart and retrieve the points
getStandingKatzData(tpr = 1.3, pprRange = "lp")
Pseudo-reduced temperature curve in SK chart. Default Tpr=1.30
Takes one of two values: "lp": low pressure, or "hp" for high pressure. Default is "lp".
# 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