Generic plot function for IQdataNCA objects

The 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.