From 78d34a8918edcb91982a3886e4898a63898f52c3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 20 Apr 2023 21:40:08 +0200 Subject: Update vignettes in dev docs After the post-release fixes to the release version online docs --- vignettes/web_only/multistart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vignettes/web_only/multistart.html') diff --git a/vignettes/web_only/multistart.html b/vignettes/web_only/multistart.html index c65bf376..5107791f 100644 --- a/vignettes/web_only/multistart.html +++ b/vignettes/web_only/multistart.html @@ -390,7 +390,7 @@ parplot(f_saem_full_multi, lpos = "topleft")

This confirms that the variance of k2 is the most problematic parameter, so we reduce the parameter distribution model by removing the intersoil variability for k2.

-
f_saem_reduced <- update(f_saem_full, no_random_effect = "log_k2")
+
f_saem_reduced <- stats::update(f_saem_full, no_random_effect = "log_k2")
 illparms(f_saem_reduced)
 f_saem_reduced_multi <- multistart(f_saem_reduced, n = 16, cores = 16)
 parplot(f_saem_reduced_multi, lpos = "topright", ylim = c(0.5, 2))
-- cgit v1.2.1