last.c {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

last.c(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")
last.c(x)
# "a" "b" "b" "c" "d"


[Package agricolae version 1.0-3 Index]