addExtraDef | R Documentation |
Adds user defined extra column/table definitions to column definition file
addExtraDef(.Object, value)
.Object |
PK/PD model |
value |
Character vector of extra column/table definitions |
Modified NlmePmlModel
object
model <- addExtraDef(model, c("addlcol(ADDL)", "table(file=\"res.csv\",time(0),Ka,V,Cl,Tlg)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.