Learn R Programming

soilassessment (version 0.3.0)

classCode: A function for displaying names of class codes of soil conditions in the soilassessment package

Description

This function displays names of integer classes (or levels) of derived codes of soil conditions produced in the package

Usage

classCode(value, indicator)

Value

Name of the level of soil condition

Arguments

value

Integer value of the soil condition indicator

indicator

Soil condition whose class (x) is sought. The default = "fertility" if fertility is the soil condition

Details

This is for interpretation of the integer codes of the soil conditions generated in the package

See Also

classLUT, erodFUN, classnames

Examples

Run this code
classCode(2,"texture")
suitclas=classCode(4,"suitability")
levels(suitclas)

Run the code above in your browser using DataLab