escode {GenTag} | R Documentation |
Find synonyms in a group of colors with code for empty tag.
escode(row_under_review, emptyname = NA, columns_set = NA)
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. |
Matrix with all synonym
# 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)