Commit 0c03e304 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

docs(vignette): remove a supernumerary whitespace in param_optim

Showing with 1 addition and 1 deletion
+1 -1
...@@ -113,7 +113,7 @@ For each starting point, a local optimization is performed. ...@@ -113,7 +113,7 @@ For each starting point, a local optimization is performed.
```{r, warning=FALSE, results='hide', eval=FALSE} ```{r, warning=FALSE, results='hide', eval=FALSE}
startGR4JDistrib <- TransfoParam_GR4J(ParamIn = CalibOptions$StartParamDistrib, startGR4JDistrib <- TransfoParam_GR4J(ParamIn = CalibOptions$StartParamDistrib,
Direction = "RT") Direction = "RT")
startGR4J <- expand.grid(data.frame(startGR4JDistrib)) startGR4J <- expand.grid(data.frame(startGR4JDistrib))
optPORT_ <- function(x) { optPORT_ <- function(x) {
opt <- stats::nlminb(start = x, opt <- stats::nlminb(start = x,
......
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