Learn R Programming

caffsim (version 0.2.2)

caffPlot: Create concentration-time curve after single dose of caffeine

Description

caffPlot will create concentration-time curve after single dose of caffeine

Usage

caffPlot(caffConcTimeData, log = FALSE)

Arguments

caffConcTimeData

data frame of concentration-time dataset having column names Subject, Time, and Conc (case-sensitive)

log

y axis log

Value

The concentration-time curve

See Also

https://asancpt.github.io/caffsim

Examples

Run this code
# NOT RUN {
caffPlot(caffConcTime(Weight = 20, Dose = 200, N = 20))
# }

Run the code above in your browser using DataLab