Learn R Programming

zFactor (version 0.1.9)

z.Ann10: Artificial Neural Network correlation

Description

Artificial Neural Network correlation

Usage

z.Ann10(pres.pr, temp.pr, tolerance, verbose)

Arguments

pres.pr

pseudo-reduced pressure

temp.pr

pseudo-reduced temperature

tolerance

controls the iteration accuracy

verbose

print internal

Examples

Run this code
# NOT RUN {
# calculate a single z point
ppr <- 1.5
tpr <- 2.0
z.calc <- z.Ann10(pres.pr = ppr, temp.pr = tpr)
## calculate z for multiple Ppr and Tpr
ppr <- c(0.5, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5)
tpr <- c(1.05, 1.1, 1.7, 2)
z.calc <- z.Ann10(ppr, tpr)
# }

Run the code above in your browser using DataLab