A special function for the group of treatments in the multiple comparison tests. Use plot.group.

lastC(x)

Arguments

x

letters

Value

x

Returns the last character of a string

See also

Examples

library(agricolae) x<-c("a","ab","b","c","cd") lastC(x)
#> [1] "a" "b" "b" "c" "d"
# "a" "b" "b" "c" "d"