From af2e1540cdad2fd00bb6216a38a754ff748629ad Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 02:10:08 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/mkinparplot.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'docs/reference/mkinparplot.html') diff --git a/docs/reference/mkinparplot.html b/docs/reference/mkinparplot.html index 79a4cc2b..af936795 100644 --- a/docs/reference/mkinparplot.html +++ b/docs/reference/mkinparplot.html @@ -8,11 +8,13 @@ Function to plot the confidence intervals obtained using mkinfit — mkinparplot • mkin + + @@ -32,14 +34,15 @@ - - + + + @@ -110,7 +113,6 @@ News - @@ -132,14 +134,12 @@
- -

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

- +

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

mkinparplot(object)
- +

Arguments

@@ -148,26 +148,26 @@

A fit represented in an mkinfit object.

- +

Value

-

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

- +

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

Examples

-
# \dontrun{ +
+# \dontrun{ model <- mkinmod( T245 = mkinsub("SFO", to = c("phenol"), sink = FALSE), phenol = mkinsub("SFO", to = c("anisole")), - anisole = mkinsub("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)
#> Warning: Observations with value of zero were removed from the data
mkinparplot(fit)
# }
+ anisole = mkinsub("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)
#> Warning: Observations with value of zero were removed from the data
mkinparplot(fit)
# } +