Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 419 Bytes

File metadata and controls

10 lines (6 loc) · 419 Bytes

Water tool network

This is the code of the shiny app presenting the different computational tools available to analysis water flow in the soil-plant system.

The shiny app is available here: https://plantmodelling.shinyapps.io/water_network/

It can also be launched locally using the following command in your R terminal:

library(shiny) shiny::runGitHub("plantmodelling/water_network", "plantmodelling")