lastC {ExpDes.pt}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

order.group.

Examples

x<-c("a","ab","b","c","cd")
lastC(x)
# "a" "b" "b" "c" "d"

[Package ExpDes.pt version 1.2.2 Index]