lastC function

Setting the last character of a chain

Setting the last character of a chain

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

lastC(x)

Arguments

  • x: letters

Returns

x character.

Examples

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

See Also

order.group.

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)

  • Maintainer: Eric Batista Ferreira
  • License: GPL (>= 2)
  • Last published: 2021-10-05

Useful links