in R there were several times on which a numerical vector had names before each numeric value as this:
class(oral_NO_AR_comp$clustering$clust1)
output: 1 "numeric"
and the content looks like this:
THe point here is that I need to change the names of the strings above the numbers, is there a way to do that?r
