Learn R Programming

ExpDes (version 1.2.2)

lastC: Setting the last character of a chain

Description

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

See Also

order.group.

Examples

Run this code
# NOT RUN {
x<-c("a","ab","b","c","cd")
lastC(x)
# "a" "b" "b" "c" "d"
# }

Run the code above in your browser using DataLab