lastC {ExpDes} | R Documentation |
Setting the last character of a chain
Description
lastC
A special function for the group of treatments
in the multiple comparison tests. Use order.group.
Usage
lastC(x)
Arguments
x |
letters |
Value
x character.
Author(s)
Eric B Ferreira, eric.ferreira@unifal-mg.edu.br @author Denismar Alves Nogueira @author Portya Piscitelli Cavalcanti (Adapted from Felipe de Mendiburu - GPL)
See Also
Examples
x<-c("a","ab","b","c","cd")
lastC(x)
# "a" "b" "b" "c" "d"
[Package ExpDes version 1.2.2 Index]