import_exposure_text | R Documentation |
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.
import_exposure_text(pathtofiles, profileNames = NA, sep = "\t")
pathtofiles |
path to files |
profileNames |
the names of the profiles |
sep |
the field separator character |
list of exposure profiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.