Learn R Programming

cdlTools (version 0.14)

updateNamesCDL: 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.

Examples

Run this code
# NOT RUN {
updateNamesCDL(0:255)
# }

Run the code above in your browser using DataLab