Learn R Programming

GenTag (version 1.0)

scy: Summary color year

Description

Summary the number of each color tag used per year.

Usage

scy(usedcombinations, yearusedcombinations, hide_color = NA)

Arguments

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.

Value

A summary of the numeber of tag colors used by year

See Also

erc

Examples

Run this code
# NOT RUN {
data(pre_used) # Data example
scy(pre_used[,1:4],pre_used[,5], hide_color="EMPTY")
# }

Run the code above in your browser using DataLab