aboutsummaryrefslogtreecommitdiff
path: root/man/sawtooth.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-18 22:41:01 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-18 22:50:14 +0100
commita76221d87485029444c8e684022ca606a0c7e68d (patch)
treec95052ee51b35f6c5ab87bd6f27ef2877f536838 /man/sawtooth.Rd
parenta1d9f93138c2cfed92a683e37e72c737d52b7ad7 (diff)
Update static docs using pkgdown
- Add _pkgdown.yml for a structured function/data reference - Make seealso links active - Make mkinfit calls quiet - Use pkgdown branch from pull request hadley/pkgdown#229 to have topics ordered
Diffstat (limited to 'man/sawtooth.Rd')
-rw-r--r--man/sawtooth.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sawtooth.Rd b/man/sawtooth.Rd
index 4576c8b..d26c0bf 100644
--- a/man/sawtooth.Rd
+++ b/man/sawtooth.Rd
@@ -30,7 +30,7 @@ pred <- one_box(10)
plot(sawtooth(pred, applications = applications))
m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
-fit_2 <- mkinfit(m_2, FOCUS_2006_D)
+fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE)
pred_2 <- one_box(fit_2)
pred_2_saw <- sawtooth(pred_2, 2, 7)
plot(pred_2_saw, max_twa = 21, max_twa_var = "m1")

Contact - Imprint