The R package watervalues allows to : 1. Prepare the Antares study by creating the fictive area, 2. Launch the simulations by updating the coupling constraints, 3. Read the results 4. Calculate the water values
You can install the package from GitHub with:
# install.packages("devtools")
devtools::install_github("dhia-gharsallaoui/watervalues", build_vignettes = TRUE)
To install all the package dependencies you can run the script inst/dependencies.R
```{r Load the package, eval=TRUE} library(watervalues)
Now we are ready to use our package.
```r
shiny_water_values()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.