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 Feb. 11, 2026, 5:06 p.m.