https://github.com/cran/agricolae
Raw File
Tip revision: 8e18d15ec14d76bf12f7050ab1309a5972f889c5 authored by Felipe de Mendiburu on 20 April 2009, 00:00:00 UTC
version 1.0-7
Tip revision: 8e18d15
lastC.Rd
\name{lastC}
\alias{lastC}
%- lastC.
\title{ 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{
  \item{x}{ letters }
}
\value{
  \item{x }{character}
}
\author{ Felipe de Mendiburu }

\seealso{\code{\link{order.group} } }

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

}
\keyword{ manip }% at least one, from doc/KEYWORDS

back to top