View source: R/superPosition.r
superPosition | R Documentation |
Superposition of concentration-time profiles.
superPosition(val, time, tau)
val |
numeric vector |
time |
sorted numeric vector (positive values only) |
tau |
time interval between two doses |
numeric vector with super positioned results
pPK = superPosition(15*exp(-0.15*seq(0,84)), time = seq(0,84), tau = 8)
plot(seq(0,84), pPK, type = 'l')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.