aboutsummaryrefslogtreecommitdiff
path: root/vignettes
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-04-20 21:40:08 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2023-04-20 21:40:08 +0200
commit78d34a8918edcb91982a3886e4898a63898f52c3 (patch)
treeb1da84f5e140a2e99d87ea721a478b0e15a29972 /vignettes
parentd5d6560fe453f71e7ed9dde8d1eb087ffc305b5b (diff)
Update vignettes in dev docs
After the post-release fixes to the release version online docs
Diffstat (limited to 'vignettes')
-rw-r--r--vignettes/web_only/multistart.html2
-rw-r--r--vignettes/web_only/multistart.rmd2
2 files changed, 2 insertions, 2 deletions
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 = &quot;topleft&quot;)</code></pre>
<p>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.</p>
-<pre class="r"><code>f_saem_reduced &lt;- update(f_saem_full, no_random_effect = &quot;log_k2&quot;)
+<pre class="r"><code>f_saem_reduced &lt;- stats::update(f_saem_full, no_random_effect = &quot;log_k2&quot;)
illparms(f_saem_reduced)
f_saem_reduced_multi &lt;- multistart(f_saem_reduced, n = 16, cores = 16)
parplot(f_saem_reduced_multi, lpos = &quot;topright&quot;, ylim = c(0.5, 2))</code></pre>
diff --git a/vignettes/web_only/multistart.rmd b/vignettes/web_only/multistart.rmd
index 34ed1ad4..9de63f62 100644
--- a/vignettes/web_only/multistart.rmd
+++ b/vignettes/web_only/multistart.rmd
@@ -48,7 +48,7 @@ reduce the parameter distribution model by removing the intersoil variability
for k2.
```{r}
-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))

Contact - Imprint