powered by
Create a tidy table from Ppr and Tpr vectors
createTidyFromMatrix(ppr_vector, tpr_vector, correlation)
a pseudo-reduced pressure vector
a pseudo-reduced temperature vector
a z-factor correlation
# NOT RUN { 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") # }
Run the code above in your browser using DataLab