Description Usage Arguments Details Value
histobs.plot plots histogram of selected set of NCA metrics (e.g. AUClast, AUCINF_obs, Cmax and Tmax).
1 2 3 | histobs.plot(plotData, figlbl = NULL, param = c("AUClast",
"AUCINF_obs", "Cmax", "Tmax"), cunit = NULL, tunit = NULL,
spread = "npi")
|
plotData |
A data frame with the estimated NCA metrics |
figlbl |
Figure label based on dose identifier and/or population stratifier (NULL) |
param |
A character array of the NCA metrics. The allowed NCA metrics for this histograms are "AUClast", "AUClower_upper", "AUCINF_obs", "AUCINF_pred", "AUMClast", "Cmax", "Tmax" and "HL_Lambda_z". (c("AUClast", "AUCINF_obs", "Cmax", "Tmax")) |
cunit |
Unit for concentration (default is |
tunit |
Unit for time (default is |
spread |
Measure of the spread of simulated data (ppi (95% parametric prediction interval) or npi (95% nonparametric prediction interval)) ("npi") |
histobs.plot plots histogram of selected set of NCA metrics. The allowed NCA metrics for this histograms are "AUClast", "AUClower_upper", "AUCINF_obs", "AUCINF_pred", "AUMClast", "Cmax", "Tmax" and "HL_Lambda_z". By default, this function produces histogram of AUClast, AUCINF_obs, Cmax and Tmax.
returns a graphical object created by arrangeGrob function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.