Skip to content

Commit 0ebd2cb

Browse files
committed
links to calibration_in_depth.pdf
1 parent b5d8957 commit 0ebd2cb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ navbar:
1515
- text: Calibration
1616
href: articles/calibration.html
1717
- text: Calibration - In depth
18-
href: articles/calibration_in_depth.pdf
18+
href: https://github.com/kuadrat/growR/tree/master/vignettes/figs/calibration_in_depth.pdf
1919
- text: Parameter Descriptions
2020
href: articles/parameter_descriptions.html
2121

vignettes/calibration.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ knitr::opts_chunk$set(
2020
This vignette outlines the tools provided by `growR` for model calibration.
2121
It focuses on the practical aspects of which functions to call when.
2222
For an in-depth discussion about the calibration procedure as a whole, see
23-
[the respective article](../articles/calibration_in_depth.pdf).
23+
[the respective article](https://github.com/kuadrat/growR/tree/master/vignettes/figs/calibration_in_depth.pdf){target="_blank"}.
2424

2525
## Prerequisites
2626

@@ -36,7 +36,7 @@ weather input, a parameter file and, optionally, management data.
3636
Confer [the introductory tutorial](growR.html) for details.
3737
Again, we are going to use the example data here (though you can feel free to
3838
use your own).
39-
We use the same setup as [in the introductory tutorial](growR.html):
39+
We'll use the same setup as [in the introductory tutorial](growR.html):
4040

4141
```{r, include = FALSE}
4242
# Store the original wd
@@ -83,7 +83,7 @@ We then evaluate the model with more parameter sets, now in the regions of
8383
parameter space where we suspect good performace.
8484
We can keep doing this until we do not seem to find better parameter sets
8585
anymore or until we are satisfied (see [the in-depth
86-
article](../articles/calibration_in_depth.pdf) for a much more detailed
86+
article](https://github.com/kuadrat/growR/tree/master/vignettes/figs/calibration_in_depth.pdf){target="_blank"} for a much more detailed
8787
description).
8888

8989
The three functions that facilitate this iterative procedure are
@@ -223,7 +223,7 @@ unconstrained and first pin down NI.
223223
In other situations you might be able to make use of some prior knowledge,
224224
e.g. a measurement of the plant composition, which gives you a hint towards
225225
which functional groups should be prevalent.
226-
Refer to [the in-depth guide](../articles/calibration_in_depth.pdf) for a
226+
Refer to [the in-depth guide](https://github.com/kuadrat/growR/tree/master/vignettes/figs/calibration_in_depth.pdf){target="_blank"} for a
227227
more rigorous discussion.
228228

229229
```{r, include = FALSE}
263 KB
Binary file not shown.

0 commit comments

Comments
 (0)