From 3151647526f299686b68420a83ae38cd7f3d08f5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2015 09:05:15 +0100 Subject: Rebuild vignettes and static documentation --- inst/web/mkinparplot.html | 122 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 inst/web/mkinparplot.html (limited to 'inst/web/mkinparplot.html') diff --git a/inst/web/mkinparplot.html b/inst/web/mkinparplot.html new file mode 100644 index 00000000..396e1428 --- /dev/null +++ b/inst/web/mkinparplot.html @@ -0,0 +1,122 @@ + + + + +mkinparplot. mkin 0.9-41 + + + + + + + + + + + + + + + + + +
+
+ +
+ +

+ Function to plot the confidence intervals obtained using + mkinfit +

+ +
+
+

Usage

+
mkinparplot(object)
+ +

Arguments

+
+
object
+
+ A fit represented in an mkinfit object. +
+
+ +
+

Description

+ +

This function plots the confidence intervals for the parameters + fitted using mkinfit.

+ +
+ +
+

Value

+ +

+ Nothing is returned by this function, as it is called for its side effect, namely to produce a plot. +

+ +
+ +

Examples

+
model <- mkinmod( + T245 = list(type = "SFO", to = c("phenol"), sink = FALSE), + phenol = list(type = "SFO", to = c("anisole")), + anisole = list(type = "SFO"), use_of_ff = "max") +
+Successfully compiled differential equation model from auto-generated C code. +
fit <- mkinfit(model, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE) +mkinparplot(fit) +
+

+
+
+ + + +

Author

+ + Johannes Ranke + + +
+
+ + +
+ + \ No newline at end of file -- cgit v1.2.1