Description Usage Arguments Value Author(s) Examples
Function to create a residual plot for a specified fitted model
1 2 3 | kinresplot(kinobject, kinmodel,
xlab = "Time [days]", ylab = "Residual [% of applied radioactivity]",
maxabs = "auto")
|
kinobject |
A list containing the following elements:
The name of the parent compound to be output ( |
kinmodel |
The fitted model for which the residuals should be plotted. |
xlab |
Label for the x axis. |
ylab |
Label for the y axis. |
maxabs |
Maximum value of the absolute residuals, will be calculated from the residuals if not specified otherwise. |
The function is called for its side effect, namely creating a residual plot for the specified fit.
Johannes Ranke
1 2 3 4 5 6 7 8 9 10 11 | data(FOCUS_2006_C)
kinfits <- kinfit(FOCUS_2006_C)
kinobject <- list(
parent = "Compound XY",
type = "Degradation in the environment",
system = "System 1",
source = "Synthetic example data from FOCUS kinetics",
data = FOCUS_2006_C,
fits = kinfits,
results = kinresults(kinfits))
## Not run: kinresplot(kinobject, "SFO")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.