cdlTools (version 0.15)

updateNamesCDL: Label CDL classes.

Description

updateNamesCDL converts numeric CDL categories to class labels.

Usage

updateNamesCDL(y)

Value

An array of strings labeling each CDL class. If the CDL class is unspecified then the original integer is returned.

Arguments

y

A numeric array of integers associated with CDL categories.

Author

Jonathan Lisic, jlisic@gmail.com

Examples

Run this code
updateNamesCDL(0:255)

Run the code above in your browser using DataLab