powered by
Function to transform a list of numeric ids to alphabetic ids
alphaLabel(x)
A vector of numeric ids
A vector of alphabetical ids.
Given a vector of numeric cluster ids, `alphaLabel` converts each id to its corresponding alphabets. It combines alphabets for ids greater than 26.
# NOT RUN { ids <- sample(1:100, 10, replace=FALSE) ids_alphab <- alphaLabel(ids) # }
Run the code above in your browser using DataLab