Description Usage Arguments Value Author(s) Examples
Function to create a plot for a set of fitted models
1 2 3 |
kinobject |
A list containing the following elements:
The name of the parent compound to be output ( |
main |
Title. |
xlab |
Label for the x axis. |
ylab |
Label for the y axis. |
ylim |
An array of length two holding the range for values on the y axis or "auto". |
lpos |
Where should the legend be placed? Will be passed on to
|
The function is called for its side effect, namely creating a plot with the fitted model.
Johannes Ranke
1 2 3 4 5 6 7 8 9 10 11 | data(FOCUS_2006_C)
kinfits <- kinfit(FOCUS_2006_C, kinmodels = c("SFO", "FOMC", "DFOP"))
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: kinplot(kinobject)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.