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