rf51_factory: factory to create read fort51 file

Description Usage Arguments Examples

View source: R/rf51_factory.R

Description

factory to create read fort51 file

Usage

1
rf51_factory(.names)

Arguments

.names

names of columns in the fort51 file

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
rf51 <- rf51_factory(c(
"Iteration",
"ID",
"CL",
"V",
"LNTVCL",
"LNTVV",
"CLEGFR",
"nCL",
"nV"
))
# could now do rf51("path/to/fort.51")

PKPDmisc documentation built on April 14, 2020, 5:49 p.m.