R package containing functions for post-processing, analyzing, and visualizing WEPP simulations.
These instructions will get you a copy of the "WEPPRecipes" up and running on your local machine.
Currently, the package is available only through devtools and has not been pushed to CRAN yet.
First, install devtools by running following command in your R console:
install.packages("devtools")
Now you can install the WEPPRecipes package from Github using devtools as:
devtools::install_github("devalc/WEPPRecipes")