lastC {agricolae}R Documentation

Setting the last character of a chain

Description

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)

Felipe de Mendiburu

See Also

order.group

Examples

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


[Package agricolae version 1.0-6 Index]