read_wb: Read a WEPP wb file

View source: R/read_wb.R

read_wbR Documentation

Read a WEPP wb file

Description

Reads a Water Erosion Prediction Project (WEPP) soil water balance (*.wb) file. This file contains soil water balance information.

Usage

read_wb(file)

Arguments

file

A path to the file.

Value

A data.frame with the columns:

ofe

numeric, overland flow element

jday

numeric (1-366), julian day

year

numeric, YYYY

precip

numeric, amount of precipitation

runoff

numeric, amount of runoff

sw

numeric

sw1

numeric

sw2

numeric

ep

numeric

es

numeric

er

numeric


jarad/WEPPR documentation built on Nov. 3, 2023, 5:42 a.m.