From 37a1513d73201dbacc71af3c33a2a2a4e798583c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 12 Jun 2019 18:15:46 +0200 Subject: Update of static docs --- docs/reference/sawtooth.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'docs/reference/sawtooth.html') diff --git a/docs/reference/sawtooth.html b/docs/reference/sawtooth.html index 93085e2..a94833c 100644 --- a/docs/reference/sawtooth.html +++ b/docs/reference/sawtooth.html @@ -32,9 +32,8 @@ - + @@ -108,9 +107,8 @@ times, with an interval i." />
-

If the number of application cycles n is greater than 1, the -application pattern specified in applications is repeated n -times, with an interval i.

+

If the application pattern is specified in applications, +n and i are disregarded.

@@ -145,7 +143,8 @@ the corresponding amounts applied in the second column.

applications = data.frame(time = seq(0, 14, by = 7), amount = c(1, 2, 3)) pred <- one_box(10) plot(sawtooth(pred, applications = applications))
-m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE)
#> Warning: Observations with value of zero were removed from the data
pred_2 <- one_box(fit_2, ini = 1) +m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO"))
#> Successfully compiled differential equation model from auto-generated C code.
fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE) +pred_2 <- one_box(fit_2, ini = 1) pred_2_saw <- sawtooth(pred_2, 2, 7) plot(pred_2_saw, max_twa = 21, max_twa_var = "m1")
max_twa(pred_2_saw)
#> $max @@ -178,7 +177,7 @@ the corresponding amounts applied in the second column.

-

Site built with pkgdown 1.3.0.9000.

+

Site built with pkgdown 1.3.0.

-- cgit v1.2.1