read_sol: Read a WEPP soil file

View source: R/read_sol.R

read_solR Documentation

Read a WEPP soil file

Description

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

Usage

read_sol(file)

Arguments

file

A path to the file.

Value

A Soil object with two classes - Soil and data.frame

Examples

fpath_sol <- system.file("extdata", "071000090603_2.sol", package="WEPPR")
sol <- read_sol(fpath_sol)


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