read_man: Read a WEPP management file

View source: R/read_man.R

read_manR Documentation

Read a WEPP management file

Description

Reads a Water Erosion Prediction Project (WEPP) plant/management (*.man) file. This file contains plant/management information.

Usage

read_man(file)

Arguments

file

A path to the file.

Details

This function uses reticulate package, which is compatible with all versions of Python >= 2.7. Integration with NumPy is optional and requires NumPy >= 1.6.

Value

A man list with management set-up and following elements:

manver
iofe
inyr
ncrop
crops
nop
operations
nini
ini
nsurf
surfeffects
ncnt
ndrain
nmscen
scens
mantitle
mandesc
nwsofe
inindx
nrots
nyears
rotations

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