Generate individual PK concentration figures for reporting
figures_indiv_IQdataNCA.Rd
Ignored records (IGNORER) are removed from these plots. IGNORSUM and IGNORNCA records are included. Ignored subjects (IGNOREI) are included. In addition to a PDF file with the figures an rmd file will be generated in the same folder and same filename (.rmd) extension). the RMD file is for seamless reporting in Word with IQReport.
figures_indiv_IQdataNCA(
data,
figurenumber = NULL,
logY = TRUE,
filename = "figures_individual",
nindiv = 1,
FLAGTIME = "asis",
USETAD = TRUE
)
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
- 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.
Value
Returns a list of all plots if filename is NULL