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 --- man/mkinparplot.Rd | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'man/mkinparplot.Rd') 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) } -- cgit v1.2.1