powered by
A special function for the group of treatments in the multiple comparison tests. Use plot.group.
lastC(x)
Returns the last character of a string
letters
Felipe de Mendiburu
plot.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