ind_pmn {OBIC} | R 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 |
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))
[Package OBIC version 3.0.2 Index]