aboutsummaryrefslogtreecommitdiff
path: root/man/mccall81_245T.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-11-18 16:28:49 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-11-18 16:28:49 +0100
commite7b2d16306b7d03cde66223c9b27abde928f9447 (patch)
tree85d650cfb8e071b00a1228566ec788dc1b477809 /man/mccall81_245T.Rd
parent8bdb67360502bd1a8eb5317d287b094510b4a02c (diff)
Improve examples for showing with pkgdown
- Use quiet= TRUE in dontrun sections - Use mkinsub in model definitions - Avoid \code{\link{}} in titles
Diffstat (limited to 'man/mccall81_245T.Rd')
-rw-r--r--man/mccall81_245T.Rd5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/mccall81_245T.Rd b/man/mccall81_245T.Rd
index 7cc5c363..656ca33f 100644
--- a/man/mccall81_245T.Rd
+++ b/man/mccall81_245T.Rd
@@ -32,10 +32,11 @@
phenol = list(type = "SFO", to = "anisole"),
anisole = list(type = "SFO"))
\dontrun{
- fit.1 <- mkinfit(SFO_SFO_SFO, subset(mccall81_245T, soil == "Commerce"))
+ fit.1 <- mkinfit(SFO_SFO_SFO, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE)
summary(fit.1, data = FALSE)
}
- # No covariance matrix and k_phenol_sink is really small, therefore fix it to zero
+ # No convergence, no covariance matrix ...
+ # k_phenol_sink is really small, therefore fix it to zero
fit.2 <- mkinfit(SFO_SFO_SFO, subset(mccall81_245T, soil == "Commerce"),
parms.ini = c(k_phenol_sink = 0),
fixed_parms = "k_phenol_sink", quiet = TRUE)

Contact - Imprint