updateNamesCDL {cdlTools}R Documentation

Label CDL classes.

Description

updateNamesCDL converts numeric CDL categories to class labels.

Usage

updateNamesCDL(y)

Arguments

y

A numeric array of integers associated with CDL categories.

Value

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

Author(s)

Jonathan Lisic, jlisic@gmail.com

Examples

updateNamesCDL(0:255)

[Package cdlTools version 1.13 Index]