add_custom: Add a custom management object

Description Usage Arguments Examples

View source: R/add_mgmt.R

Description

To be used as an argument to the build_input() function. Creates an object containing custom management information and checks it for correct format and values. Arguments should be vectors of matching length, or of length 1.

Usage

1
add_custom(om_input, c_input, n_input, lignin_input)

Arguments

om_input

A numeric vector indicating dry organic matter inputs, in tonnes ha^-1.

c_input

A numeric vector indicating carbon inputs, in tonnes ha^-1.

n_input

A numeric vector indicating nitrogen inputs, in tonnes ha^-1.

lignin_input

A numeric vector indicating lignin inputs, in tonnes ha^-1.

Examples

1
2
3
4
add_custom(om_input = c(6.1, 5.2),
           c_input = c(3.1, 2.9),
           n_input = c(0.06, 0.05),
           lignin_input = c(0.32, 0.29))

aj-sykes92/soilc.ipcc documentation built on March 19, 2021, 11:52 a.m.