Learn R Programming

OBIC (version 4.2.3)

ind_pmn: 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)

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.

Arguments

D_PMN

(numeric) The value of PMN calculated by calc_pmn

Examples

Run this code
ind_pmn(D_PMN = 24)
ind_pmn(D_PMN = c(54,265))

Run the code above in your browser using DataLab