scy {GenTag} | R Documentation |
Summary the number of each color tag used per year.
scy(usedcombinations, yearusedcombinations, hide_color = NA)
usedcombinations |
Pre used combinations. |
yearusedcombinations |
The year in which the combination was used. |
hide_color |
Color(s) to be hide in the estimation of remain colors tags present in nature. |
A summary of the numeber of tag colors used by year
Biagolini-Jr.
erc
data(pre_used) # Data example
scy(pre_used[,1:4],pre_used[,5], hide_color="EMPTY")