Description Usage Arguments Examples
View source: R/Standing-Katz.R
Read a .txt file that was created from readings of the Standing-Katz chart and retrieve the points
1 | getStandingKatzData(tpr = 1.3, pprRange = "lp")
|
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". |
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')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.