@@ -135,26 +135,26 @@ plot(OBS, main = "Observation")
By default (with the argument `which = "perf"`), the call of the `plot()` function with a `CalGR` object draws the classical <strong><fontcolor="#009EE0">airGR</font></strong> plot diagnostics (observed and simulated time series together with diagnostic plot)
With `CalGR` object, if the argument `which` is set to `"hist"`, the `plot()` function draws the evolution of the parameters and values of the objective function during the second step of the calibration (steepest descent local search algorithm):
With `CalGR` object, if the argument `which` is set to `"iter"`, the `plot()` function draws the evolution of the parameters and values of the objective function during the second step of the calibration (steepest descent local search algorithm):
With `CalGR` object, if the argument `which` is set to `"time"`, the `plot()` function simply draws the time series of the observed precipitation, and the observed and simulated flows:
With `CalGR` object, if the argument `which` is set to `"ts"`, the `plot()` function simply draws the time series of the observed precipitation, and the observed and simulated flows:
@@ -125,24 +125,24 @@ plot(OBS, main = "Observation")
By default (with the argument `which = "perf"`), the call of the `plot()` function with a `CalGR` object draws the classical `r airGR` plot diagnostics (observed and simulated time series together with diagnostic plot)
```{r, echo=FALSE, warning=FALSE}
plot(CAL, which = "perf", cex.lab = 0.7, cex.axis = 0.7)
```
```{r, echo=TRUE, eval=FALSE}
plot(CAL, which = "perf")
```
```{r, echo=FALSE, warning=FALSE}
plot(CAL, which = "perf", cex.lab = 0.7, cex.axis = 0.7)
```
With `CalGR` object, if the argument `which` is set to `"hist"`, the `plot()` function draws the evolution of the parameters and values of the objective function during the second step of the calibration (steepest descent local search algorithm):
With `CalGR` object, if the argument `which` is set to `"iter"`, the `plot()` function draws the evolution of the parameters and values of the objective function during the second step of the calibration (steepest descent local search algorithm):
With `CalGR` object, if the argument `which` is set to `"time"`, the `plot()` function simply draws the time series of the observed precipitation, and the observed and simulated flows:
With `CalGR` object, if the argument `which` is set to `"ts"`, the `plot()` function simply draws the time series of the observed precipitation, and the observed and simulated flows:
```{r, echo=-1}
par(cex.lab = 0.7, cex.axis = 0.7)
plot(CAL, which = "time")
plot(CAL, which = "ts")
```
The call of the `plot()` function with a `SimGR` object draws the classical `r airGR` plot diagnostics.
\item{which}{[character] to choose the plot type (\code{"perf"} (default): plot diagnostics; \code{"iter"}: parameter values and the calibration criterion during the progression steps of calibration; \code{"ts"}: time series of observed precipitation and observed and simulated flows)}
\item{...}{other parameters to be passed through to plotting functions}