aboutsummaryrefslogtreecommitdiff
path: root/man/mkinparplot.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/mkinparplot.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/mkinparplot.Rd')
-rw-r--r--man/mkinparplot.Rd9
1 files changed, 4 insertions, 5 deletions
diff --git a/man/mkinparplot.Rd b/man/mkinparplot.Rd
index 3eda08d2..34b06963 100644
--- a/man/mkinparplot.Rd
+++ b/man/mkinparplot.Rd
@@ -1,8 +1,7 @@
\name{mkinparplot}
\alias{mkinparplot}
\title{
- Function to plot the confidence intervals obtained using
- \code{\link{mkinfit}}
+ Function to plot the confidence intervals obtained using mkinfit
}
\description{
This function plots the confidence intervals for the parameters
@@ -25,9 +24,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")
+ T245 = mkinsub("SFO", to = c("phenol"), sink = FALSE),
+ phenol = mkinsub("SFO", to = c("anisole")),
+ anisole = mkinsub("SFO"), use_of_ff = "max")
fit <- mkinfit(model, subset(mccall81_245T, soil == "Commerce"), quiet = TRUE)
mkinparplot(fit)
}

Contact - Imprint