Soil: Create a Soil Class

SoilR Documentation

Create a Soil Class

Description

The soil class constructor appends the Soil class to the Soil object The constructor validates the soil data frame, and the Soil class provides functionality to plot the soil features and to interpolate the Soil data

Usage

new_Soil(sol = data.frame())

Arguments

sol

A soil dataframe

Value

Soil object with class 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.