Skip to content
/ DEPR Public

An R package to run WEPP using the Daily Erosion Project format

License

Notifications You must be signed in to change notification settings

jarad/DEPR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPR

Overview

DEPR is an R package to run WEPP using the Daily Erosion Project format

Check out WEPPR and WEPPemulator

Installation

You can install the development version of DEPR from GitHub with:

# install.packages("devtools")
devtools::install_github("jarad/DEPR")

Usage

read environment file

# devtools::install_github("jarad/WEPPR")
library(WEPPR)
fpath_env <- system.file("extdata", "071000090603_2.env", package="WEPPR")
read_env(fpath_env)

read run file

fpath_run <- system.file("extdata", "071000090603_2.run", package="WEPPR")
read_dep_run(fpath_run)

run wepp

run_wepp(fpath_run)

About

An R package to run WEPP using the Daily Erosion Project format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages