import_exposure_text {cvasi} | R Documentation |
Import exposure profiles from text files
Description
Read several exposure profiles at their corresponding paths at 'pathtofiles'.
The exposure profiles are read for each file that are character seperated
text files in a table format. The expected table format includes the columns
time
and conc
for the concentration at each timestep.
Usage
import_exposure_text(pathtofiles, profileNames = NA, sep = "\t")
Arguments
pathtofiles |
path to files |
profileNames |
the names of the profiles |
sep |
the field separator character |
Value
list of exposure profiles
[Package cvasi version 1.1.3 Index]