lastC | R Documentation |
A special function for the group of treatments in the multiple comparison tests. Use plot.group.
lastC(x)
x |
letters |
x |
Returns the last character of a string |
Felipe de Mendiburu
plot.group
library(agricolae)
x<-c("a","ab","b","c","cd")
lastC(x)
# "a" "b" "b" "c" "d"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.