# call Fancher and Brown  correlation
source("VLP.R")

run.vlp(model = "fanbr.fanbr", segments = 29)
# call Hagedorn and Brown modified correlation
source("VLP.R")

run.vlp(model = "hagbr.mod", segments = 29)
# $$$ FIXED: by excluding the list `holdup.out` from the named list fixed the crash
source("VLP.R")

run.vlp(model = "hagbr.guo", segments = 29)
# call Duns and Ros
source("VLP.R")

run.vlp(model = "dunsros.0", segments = 29)
source("VLP.R")

run.vlp(model = "hagbr.dummy", segments = 29)


f0nzie/rNodal documentation built on May 6, 2019, 10:14 a.m.