Plot dose-normalized summary spaghetti plots of IQdataNCA objects

Since dose-normalization is done, standard stratifictation is done by PROFILE. Additional stratification can be provided by the user and is shown in different colors. Default stratification is by GROUP (ordered by GROUPN). Ignored records (IGNORER) are excluded from these plots.

figure_spaghetti_dosenorm_IQdataNCA(
  data,
  figurenumber = NULL,
  logY = TRUE,
  strat = "GROUP",
  scaleXsame = TRUE,
  scaleYsame = TRUE,
  filename = "spaghettidn.pdf",
  nindiv = 1,
  FLAGTIME = "nominal",
  USETAD = TRUE,
  alpha = 0.5
)

Arguments

data

IQdataNCA object

figurenumber

Character string with figure number information, added to the title for each figure, if defined

logY

Log y axis is TRUE, otherwise linear Y axis

strat

Character. Name of column to use for stratification (default: GROUP). The only requirement is that the entries in the stratification column are unique per subject per profile. The columns can contain numeric of aphanumeric entries. They can be categorical or continuous. However, it is advisable for the purpose of useful plots to use continuous numeric columns only for stratification when there is a certain limited number of unique values. But it is your call entirely :-)

scaleXsame

logical. It TRUE then the same min anx max value on the X-axis will be used for each plot

scaleYsame

logical. It TRUE then the same min anx max value on the Y-axis will be used for each plot

filename

Name of PDF file to generate with plots

nindiv

Number of plots per page if exported to PDF

FLAGTIME

Character string to defined the time information used ("asis", "nominal", "actual"). "asis" will use the selected time information in the dataset (TIME or TAFD). "nominal" will use NTIME or NTAFD. "actual" will use ATIME or ATAFD.

USETAD

logical. TRUE uses TIME, NTIME, or ATIME, depending on FLAGTIME settings. FALSE will use TAFD, NTAFD, or ATAFD.

alpha

alpha value for the plotting.

Value

Returns a list of all plots if filename is NULL