Skip to contents

Plot time profile for population model workflow

Usage

plotPopTimeProfile(
  simulatedData,
  observedData = NULL,
  lloqData = NULL,
  dataMapping = NULL,
  metaData = NULL,
  plotConfiguration = NULL
)

Arguments

simulatedData

data.frame of simulated data

observedData

data.frame of observed data

lloqData

data.frame of lloq data

dataMapping

`XYGDataMapping` R6 class object from `tlf` library

metaData

meta data on `data`

plotConfiguration

`TimeProfilePlotConfiguration` R6 class object from `tlf` library

Value

ggplot object of time profile for mean model workflow