| rSW2metrics | R Documentation | 
Collection of functions to calculate ecohydrological metrics from output created by rSOILWAT2 or rSFSW2 simulation experiments.
Recommended setup:
Copy file “Project_Parameters.R”. Specify values for your specific project.
Copy file “Script_to_Extract_Metric.R”. In most cases, this script can be used without changes.
Copy file “Script_Shell_Extracting_rSW2metrics.sh”. Specify arguments/options and select calls to requested metrics.
Run the extraction by executing “Script_Shell_Extracting_rSW2metrics.sh” on the command line.
Example code for copying the three files to your project folder:
file.copy(
  from = list.files(
    path = system.file("exec", package = "rSW2metrics"),
    full.names = TRUE
  ),
  to = PATH_TO_YOUR_PROJECT
)
The documentation entry metrics describes inputs and outputs
and provides a list of available metric functions.
Maintainer: Daniel Schlaepfer danielrschlaepfer@gmail.com (ORCID)
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.