Learn R Programming

OBIC (version 4.2.1)

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

Value

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

Arguments

D_BCS

(numeric) The value of BCS calculated by calc_bcs

Examples

Run this code
ind_bcs(D_BCS = 12)
ind_bcs(D_BCS = c(12,18,26,30))

Run the code above in your browser using DataLab