View source: R/dataset_config.R
DatasetConfig | R Documentation |
Create a dataset configuration. This configuration allows CAMPSIS to know which are the default depot and observed compartments.
DatasetConfig( defDepotCmt = 1, defObsCmt = 1, exportTSLD = FALSE, exportTDOS = FALSE )
defDepotCmt |
default depot compartment, integer |
defObsCmt |
default observation compartment, integer |
exportTSLD |
export column TSLD (time since last dose), logical |
exportTDOS |
export column TDOS (time of last dose), logical |
a dataset configuration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.