From 451b332c8888bac8279340b086abb3b714ac3ae1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 25 Apr 2019 11:50:35 +0200 Subject: Add more drift data, especially 3 m field crop data To support Agroscope in doing lots of PEC calculations for Switzerland --- docs/reference/sawtooth.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/reference/sawtooth.html') diff --git a/docs/reference/sawtooth.html b/docs/reference/sawtooth.html index 638d290..39a2e99 100644 --- a/docs/reference/sawtooth.html +++ b/docs/reference/sawtooth.html @@ -65,7 +65,7 @@ times, with an interval i." /> pfm - 0.5.3 + 0.5.4 @@ -145,8 +145,7 @@ 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) -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)
#> Warning: Observations with value of zero were removed from the data
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 @@ -179,7 +178,7 @@ the corresponding amounts applied in the second column.

-

Site built with pkgdown 1.3.0.

+

Site built with pkgdown 1.3.0.9000.

-- cgit v1.2.1