The goal of rNodal is to provide nodal analysis for oil and gas wells.
You can install rNodal from github with:
# install.packages("devtools")devtools::install_github("f0nzie/rNodal")
zFactor
# use the new library zFactorlibrary(zFactor)z.HallYarborough(pres.pr =4.5,temp.pr =1.4)#> [1] 0.7373812z.DranchukAbuKassem(pres.pr =4.5,temp.pr =1.4)#> [1] 0.7396345z.BeggsBrill(pres.pr =4.5,temp.pr =1.4)#> [1] 0.7343367z.Ann10(pres.pr =4.5,temp.pr =1.4)#> [1] 0.736032z.Papp(pres.pr =4.5,temp.pr =1.4)#> [1] 0.7299354