read_yld: Read a WEPP yield file

View source: R/read_yld.R

read_yldR Documentation

Read a WEPP yield file

Description

Reads a Water Erosion Prediction Project (WEPP) yield (*.yld) file. This file contains yield information.

Usage

read_yld(file)

Arguments

file

A path to the file.

Value

A list with two data.frames crops and yields. Crops data.frame contains two columns:

id

id of the crop

name

name of the crop

Yields data.frame contains four columns:

crop_type

id of the crop

date

cutting date of the yield

ofe

Overland Flow Elements

yield

yield in kg/m^2 collected on a cutting date


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