plot.IQdataNCA | R Documentation |
The purpose is to allow exploratory plots of the data. The goal is not to produce submission ready figures.
## S3 method for class 'IQdataNCA' plot(x, ..., logY = TRUE, filename = NULL, nindiv = 4, R2ADJTHRESHOL = 0.85)
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 |
Plotting single individual (USUBJID) TIME / CONCPLIN or CONCPLOT Adding additional meta information, including slope calculation, etc.
A list with individual plots
Other NCA Data:
IQdataNCA()
,
check_IQdataNCA()
,
dataSpec_IQdataNCA()
,
exportADNCA_IQdataNCA()
,
export_IQdataNCA()
,
ignoreNCA_IQdataNCA()
,
ignoreSUM_IQdataNCA()
,
ignorerecord_IQdataNCA()
,
ignoresubject_IQdataNCA()
,
load_IQdataNCA()
,
reportIgnoredSUMNCA_IQdataNCA()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.