superPosition: Superposition of concentration-time profiles

View source: R/superPosition.r

superPositionR Documentation

Superposition of concentration-time profiles

Description

Superposition of concentration-time profiles.

Usage

superPosition(val, time, tau)

Arguments

val

numeric vector

time

sorted numeric vector (positive values only)

tau

time interval between two doses

Value

numeric vector with super positioned results

Examples

pPK = superPosition(15*exp(-0.15*seq(0,84)), time = seq(0,84), tau = 8)
plot(seq(0,84), pPK, type = 'l')

qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.