plot.IQdataNCA: Generic plot function for IQdataNCA objects

View source: R/allCode.R

plot.IQdataNCAR Documentation

Generic plot function for IQdataNCA objects

Description

The purpose is to allow exploratory plots of the data. The goal is not to produce submission ready figures.

Usage

## S3 method for class '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

Details

Plotting single individual (USUBJID) TIME / CONCPLIN or CONCPLOT Adding additional meta information, including slope calculation, etc.

Value

A list with individual plots

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()


Quantmetrics770/IQnca documentation built on Aug. 5, 2022, 5:39 p.m.