Generic plot function for IQdataNCA objects
plot.IQdataNCA.RdThe purpose is to allow exploratory plots of the data. The goal is not to produce submission ready figures.
# S3 method for IQdataNCA
plot(x, ..., logY = TRUE, filename = NULL, nindiv = 4, R2ADJTHRESHOL = 0.85)Arguments
- x
IQdataNCA object
- ...
Whatever R wants here. These dots are useless and annoying
- 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
- R2ADJTHRESHOL
Threshold for R2ADJ to switch color and annotation to warn when R2ADJ<R2ADJTHRESHOL
Value
A list with individual plots
Details
Plotting single individual (USUBJID) TIME / CONCPLIN or CONCPLOT Adding additional meta information, including slope calculation, etc.
See also
Other NCA Data:
IQdataNCA(),
check_IQdataNCA(),
dataSpec_IQdataNCA(),
exportADNCA_IQdataNCA(),
export_IQdataNCA(),
ignoreNCA_IQdataNCA(),
ignoreSUM_IQdataNCA(),
ignorerecord_IQdataNCA(),
ignoresubject_IQdataNCA(),
load_IQdataNCA(),
reportIgnoredSUMNCA_IQdataNCA(),
summaryObservations_IQdataNCA()
