diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-10-09 21:29:05 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-10-09 21:29:05 +0200 |
commit | 39dc3545f0ff6f561ba6193a96daa99cf06472a1 (patch) | |
tree | e182d2a970c61fd5b2831668e6eaef731eab826d /inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd | |
parent | bbed90f6a4010ac0b911ec13c04ae06eebc74bb5 (diff) |
Fix an error in the template
Thanks to Janina Wöltjen for pointing it out
Diffstat (limited to 'inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd')
-rw-r--r-- | inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd index 0baf866a..a77908cb 100644 --- a/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd +++ b/inst/rmarkdown/templates/hierarchical_kinetics/skeleton/skeleton.Rmd @@ -294,7 +294,7 @@ The pathway endpoints corresponding to the median pH in the tested soils are shown below. ```{r dependson = "parent-best-pH"} -endpoints(parent_best_pH_2) +endpoints(path_1_refined) ``` ```{r} |