powered by
lastC(x)
order.group
library(agricolae) x<-c("a","ab","b","c","cd") lastC(x) # "a" "b" "b" "c" "d"
Run the code above in your browser using DataLab