Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 607 Bytes

WEPPRecipes

R package containing functions for post-processing, analyzing, and visualizing WEPP simulations.

Getting Started

These instructions will get you a copy of the "WEPPRecipes" up and running on your local machine.

How to Install

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")