From e7b2d16306b7d03cde66223c9b27abde928f9447 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 18 Nov 2016 16:28:49 +0100 Subject: Improve examples for showing with pkgdown - Use quiet= TRUE in dontrun sections - Use mkinsub in model definitions - Avoid \code{\link{}} in titles --- docs/reference/mkinparplot.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'docs/reference/mkinparplot.html') diff --git a/docs/reference/mkinparplot.html b/docs/reference/mkinparplot.html index 764f1ab4..acc21bd4 100644 --- a/docs/reference/mkinparplot.html +++ b/docs/reference/mkinparplot.html @@ -6,8 +6,7 @@ -Function to plot the confidence intervals obtained using - list(list("mkinfit")) — mkinparplot • mkin +Function to plot the confidence intervals obtained using mkinfit — mkinparplot • mkin @@ -78,8 +77,7 @@
@@ -104,9 +102,9 @@

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) + 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) mkinparplot(fit)