Description Usage Arguments Examples
Create a tidy table from Ppr and Tpr vectors
1 | createTidyFromMatrix(ppr_vector, tpr_vector, correlation)
|
ppr_vector |
a pseudo-reduced pressure vector |
tpr_vector |
a pseudo-reduced temperature vector |
correlation |
a z-factor correlation |
1 2 3 4 | ppr <- c(0.5, 1.5, 2.5, 3.5)
tpr <- c(1.05, 1.1, 1.2)
createTidyFromMatrix(ppr, tpr, correlation = "DAK")
createTidyFromMatrix(ppr, tpr, correlation = "BB")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.