ind_pmn: Calculate the indicator for microbial biological activity

View source: R/pmn.R

ind_pmnR Documentation

Calculate the indicator for microbial biological activity

Description

This function calculates the indicator that assess the microbial biological activity of the soil by using the PMN calculated by calc_pmn

Usage

ind_pmn(D_PMN)

Arguments

D_PMN

(numeric) The value of PMN calculated by calc_pmn

Value

The evaluated score for the soil function reflecting the microbial activity of a soil (specifically the potentially mineralizable N rate). A numeric value between 0 and 1.

Examples

ind_pmn(D_PMN = 24)
ind_pmn(D_PMN = c(54,265))


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