Learn R Programming

ncappc (version 0.2.1.0)

dv.plot: Plots drug plasma concentration vs time data

Description

dv.plot plots DV vs Time data.

Usage

dv.plot(pdata, cunit = "[M].[L]^-3", tunit = "[T]")

Arguments

pdata
A data frame with three mandatory columns and one optional column:
  1. Time: Time column (mandatory)
  2. Conc: DV column (mandatory)
  3. ID: Individual ID (mandatory)
  4. FCT: Dose identifier and/or population stratifier (optional)
  5. <
cunit
Unit for concentration ("[M].[L]^-3")
tunit
Unit for time ("[T]")

Value

  • returns a graphical object created by arrangeGrob function

Details

dv.plot plots DV vs Time data