ind_bcs: Calculate the indicator for BodemConditieScore

View source: R/bodemconditiescore.R

ind_bcsR Documentation

Calculate the indicator for BodemConditieScore

Description

This function calculates the final score for the BodemConditieScore by using the scores calculated by calc_bcs

Usage

ind_bcs(D_BCS)

Arguments

D_BCS

(numeric) The value of BCS calculated by calc_bcs

Value

The evaluated score for the Visual Soil Assessment. A numeric value between 0 and 50.

Examples

ind_bcs(D_BCS = 12)
ind_bcs(D_BCS = c(12,18,26,30))


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