escode {GenTag}R Documentation

Empty synonym code

Description

Find synonyms in a group of colors with code for empty tag.

Usage

escode(row_under_review, emptyname = NA, columns_set = NA)

Arguments

row_under_review

Color sequence to be analyzed.

emptyname

Code used to define empty code.

columns_set

Range of codes which belong to the same tag region.

Value

Matrix with all synonym

Examples

# Example of a full sequence
combination<- c("EMPTY","Red","Yellow","Red","Blue","Green")
# See synonym for the code group 1 to 3
escode(combination,"EMPTY",columns_set=1:3) 

[Package GenTag version 1.0 Index]