ind_resistance: Calculate indicator for soil resistance

View source: R/resistance.R

ind_resistanceR Documentation

Calculate indicator for soil resistance

Description

This function calculates the indicator for the resistance of the soil against diseases and is indicated by the amount of soil life.

Usage

ind_resistance(A_SOM_LOI)

Arguments

A_SOM_LOI

(numeric) The organic matter content of the soil in percentage

Value

The evaluated score for the soil function to resist diseases. A numeric value between 0 and 1.

Examples

ind_resistance(A_SOM_LOI = 3.5)
ind_resistance(A_SOM_LOI = c(3.5,5.5,15,25))


OBIC documentation built on Sept. 12, 2024, 7:02 a.m.