compute_w_addition: Internal vectorized function which calculates water...

View source: R/w_addition.R

compute_w_additionR Documentation

Internal vectorized function which calculates water additions. Wrapped by w_addition()

Description

Internal vectorized function which calculates water additions. Wrapped by w_addition()

Usage

compute_w_addition(..., OD_mass, w_extant, w_desired, x = NULL)

Arguments

...

currently ignored

OD_mass

Double. Oven-dry mass of soil in g or kg

w_extant

Double. Existing water content (decimal).

w_desired

Double. Desired final water content (decimal)

x

List/data frame/tibble. Must contain columns OD_mass, w_extant, and w_desired. If NULL (the default), each vector must be passed in individually.

Value

Tibble


evanmascitti/soiltestr documentation built on Oct. 6, 2022, 5:32 p.m.