Learn R Programming

GenTag (version 1.0)

escode: 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

Run this code
# NOT RUN {
# 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) 
# }

Run the code above in your browser using DataLab