Commit 0330338d authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.3.2.38 DOC: display internal structure of interesting objects in vignette cemaneige_hysteresis

Showing with 5 additions and 5 deletions
+5 -5
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.3.2.37
Version: 1.3.2.38
Date: 2019-09-19
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
......@@ -2,7 +2,7 @@
### 1.3.2.37 Release Notes (2019-09-19)
### 1.3.2.38 Release Notes (2019-09-19)
#### Version control and issue tracking
......
......@@ -149,7 +149,7 @@ OutputsCrit_Cal <- ErrorCrit(InputsCrit = InputsCrit_Cal, OutputsModel = Outputs
Find below the performance of the model over the calibration period.
```{r, warning=FALSE, eval=FALSE}
```{r, warning=FALSE}
str(OutputsCrit_Cal, max.level = 2)
```
......@@ -167,7 +167,7 @@ OutputsCrit_Val <- ErrorCrit(InputsCrit = InputsCrit_Val, OutputsModel = Outputs
Find below the performance of the model over the validation period.
```{r, warning=FALSE, eval=FALSE}
```{r, warning=FALSE}
str(OutputsCrit_Val, max.level = 2)
```
......@@ -234,7 +234,7 @@ OutputsCrit_Val_NoHyst <- ErrorCrit(InputsCrit = InputsCrit_Val,
We can check the performance over the calibration and the validation period.
```{r, warning=FALSE, eval=FALSE}
```{r, warning=FALSE}
str(OutputsCrit_Cal_NoHyst, max.level = 2)
str(OutputsCrit_Val_NoHyst, max.level = 2)
```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment