plotKinrespDiagnostics.kinresp {twKinresp} | R Documentation |
Diagnostic plots for confining unlimited growth phase.
## S3 method for class 'kinresp' plotKinrespDiagnostics(kinrespRes, plotFileBasename = "", expText = NULL, xunit = "hour", yunit = "gC CO2 / gC soil / hour", kind = c(resp = "resp", respLog = "respLog", resid = "resid"), residType = "pearson", rangeN = nrow(kinrespRes$dataGrowth) + c(1 - nrow(kinrespRes$stat), 0), ...)
kinrespRes |
object of class kinresp from |
plotFileBasename |
basename of figure files for diagnostic plots |
expText |
|
xunit |
unit of time to be displayed in the x-axis title |
yunit |
unit of respiration to be displayed in the y-axis title |
kind |
kind of diagnostic plot series: character vector of resp, respLog, and resid
|
residType |
type of residuals, see argument type of |
rangeN |
the range (numeric vector of length two) of the number of records, for which diagnostic plots should be produced. |
... |
further arguments to array plotting
|
If plotFileBasename has been specified, diagnostic plot series are save in emf and pdf format
invisible(NULL)
Thomas Wutzler <thomas.wutzler@web.de>
kinrespGrowthphaseReplicate
,kinrespGrowthphaseExperiment
,plotKinrespDiagnostics.kinrespList
,twKinresp