R/lastC.R
lastC.Rd
A special function for the group of treatments in the multiple comparison tests. Use plot.group.
lastC(x)
letters
Returns the last character of a string
plot.group
library(agricolae) x<-c("a","ab","b","c","cd") lastC(x)#> [1] "a" "b" "b" "c" "d"# "a" "b" "b" "c" "d"