WEPPRecipes
An R package containing functions for post processing, analyzing and visualizing Watershed Erosion Prediction Project (WEPP) model simulations.
Getting Started
These instructions will get you a copy of the “WEPPRecipes” up and running on your local machine.
How to Install
This package is available only via GitHub.
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")
Once installed the package can be loaded to the system using:
library(WEPPRecipes)