lastC: Setting the last character of a chain

Description Usage Arguments Value Author(s) See Also Examples

View source: R/lastC.r

Description

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

Usage

1
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

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

ExpDes.pt documentation built on Oct. 5, 2021, 9:09 a.m.

Related to lastC in ExpDes.pt...