sm_spline: Create Soil Moisture spline for 0 - 100 cm soil depth based...

View source: R/AgroSoil_generic_functions.R

sm_splineR Documentation

Create Soil Moisture spline for 0 - 100 cm soil depth based on 'ithir' R Package

Description

Creates a set of soil profile collections. Function modified from 'ithir' R Package.

Usage

sm_spline(
  obj,
  var.name,
  lam = 0.1,
  d = c(0, 5, 15, 30, 60, 100, 200),
  vlow = 0,
  vhigh = 1,
  show.progress = TRUE
)

Value

A list of soil profile collection based on user specified soil depth intervals.


kanj241/agrosoil documentation built on March 25, 2022, 12:22 a.m.