Water, Nutrient and Light Capture in Agroforestry Systems
This application provides a comprehensive interface for simulating agroforestry scenarios.
There are several ways to access and run the WaNuLCAS Shiny application:
You can directly access the application online without any installation at: https://wanulcas.agroforestri.id/
To run the application locally without cloning the repository, open your R console or RStudio and run:
# Install shiny if you haven't already
if (!require("shiny")) install.packages("shiny")
# Run the application from the GitHub repository
shiny::runGitHub("wanulcas", "talas-tools")If you prefer to have the source code on your machine:
- Clone the repository:
git clone https://github.com/degi/wanulcas.git - Open the project in RStudio or set your working directory to the downloaded folder.
- Open
app.R(orui.R/server.R) and click Run App in RStudio, or runshiny::runApp()in your R console.
User manual and model documentation are available at: https://talas-tools.github.io/wanulcas/
WaNuLCAS simulates the balance of water, nutrients, and light capture in agroforestry systems dynamically over time. The application is divided into several main sections accessible via the navigation bar:
- Home: Main landing page
- Input Parameters: Define the characteristics of your system (Soil, Climate, Plants, etc.)
- Simulation: Run scenarios and analyze outcomes
- About: View tutorials, libraries, and references
