aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-03-04 10:12:43 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-03-04 10:12:43 +0100
commitd0a358a8f4fd03c95536409523e492eb15726f44 (patch)
treefefa34562fb4557921d88f64c6827401a9c1ed99 /man
parent4e85356bbe535aaf5bc7dc25238ed6a8d1f9913c (diff)
Review tests and examples based on winbuilder results
Static documentation rebuilt by pkgdown
Diffstat (limited to 'man')
-rw-r--r--man/logLik.mkinfit.Rd2
-rw-r--r--man/print.nafta.Rd5
2 files changed, 6 insertions, 1 deletions
diff --git a/man/logLik.mkinfit.Rd b/man/logLik.mkinfit.Rd
index fe517955..736ccd1e 100644
--- a/man/logLik.mkinfit.Rd
+++ b/man/logLik.mkinfit.Rd
@@ -48,6 +48,7 @@
\code{\link{AIC.mmkin}}.
}
\examples{
+ \dontrun{
sfo_sfo <- mkinmod(
parent = mkinsub("SFO", to = "m1"),
m1 = mkinsub("SFO")
@@ -60,6 +61,7 @@
d_t$err <- d_t$value # Manual weighting assuming sigma ~ y
f_man <- mkinfit(sfo_sfo, d_t, err = "err", quiet = TRUE)
AIC(f_nw, f_obs, f_tc, f_man)
+ }
}
\author{
Johannes Ranke
diff --git a/man/print.nafta.Rd b/man/print.nafta.Rd
index 78ece0ad..e42a619d 100644
--- a/man/print.nafta.Rd
+++ b/man/print.nafta.Rd
@@ -9,7 +9,7 @@
i.e. SFO, then IORE, and finally DFOP.
}
\usage{
- \method{print}{nafta}(x, quiet = TRUE, ...)
+ \method{print}{nafta}(x, quiet = TRUE, digits = 3, ...)
}
\arguments{
\item{x}{
@@ -18,6 +18,9 @@
\item{quiet}{
Should the evaluation text be shown?
}
+ \item{digits}{
+ Number of digits to be used for printing parameters and dissipation times.
+ }
\item{\dots}{
Not used.
}

Contact - Imprint