escombination: Empty synonym combination

Description Usage Arguments Value Author(s) See Also Examples

Description

Find synonyms of a sequence with code for empty tag.

Usage

1
2
escombination(row_under_review, emptyname,
g1 = NA, g2 = NA, g3 = NA, g4 = NA, g5 = NA, g6 = NA)

Arguments

row_under_review

Color sequence to be analyzed.

emptyname

Code used to define empty code.

g1

Group of tags from group 1.

g2

Group of tags from group 2.

g3

Group of tags from group 3.

g4

Group of tags from group 4.

g5

Group of tags from group 5.

g6

Group of tags from group 6.

Value

Matrix with all synonyms

Author(s)

Biagolini-Jr

See Also

escode esdataset

Examples

1
2
3
# Example of a full sequence
combination<- c("EMPTY","Red","Yellow","Red","Blue","Green")  # See synonym for the full sequence
escombination(combination,"EMPTY",g1=1:3,g2=4:6)

GenTag documentation built on June 24, 2019, 5:02 p.m.