Learn R Programming

agricolae (version 1.0-4)

lastC: 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

  • xcharacter

See Also

order.group

Examples

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

Run the code above in your browser using DataLab