Learn R Programming

microsamplingDesign (version 1.0.8)

plotAverageRat: plot plasma concentration for average individual (i.e average parameter values) in function of dose at time zero

Description

plot plasma concentration for average individual (i.e average parameter values) in function of dose at time zero

Usage

plotAverageRat(pkModel, doseZero, timePoints)

Arguments

doseZero

numeric value, dose given at time zero

timePoints

a numeric vector of time points to plot the plasma concentration at

Value

ggplot object

Examples

Run this code
# NOT RUN {
 plotAverageRat( getExamplePkModel() , 2 , seq( 0 , 20, 0.1 ) )
# }

Run the code above in your browser using DataLab