The R Project SVN R

Rev

Rev 76285 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76285 Rev 76298
Line 9... Line 9...
9
\description{
9
\description{
10
  This function produces a new unit object by combining the
10
  This function produces a new unit object by combining the
11
  unit objects specified as arguments.
11
  unit objects specified as arguments.
12
}
12
}
13
\usage{
13
\usage{
14
unit.c(..., check = TRUE)
14
unit.c(...)
15
}
15
}
16
\arguments{
16
\arguments{
17
  \item{\dots}{An arbitrary number of unit objects.}
17
  \item{\dots}{An arbitrary number of unit objects.}
18
  \item{check}{Should input be checked? If you are certain all arguments are unit objects this can be set to \code{FALSE}}
-
 
19
}
18
}
20
\value{
19
\value{
21
  An object of class \code{unit}.
20
  An object of class \code{unit}.
22
}
21
}
23
\author{Paul Murrell}
22
\author{Paul Murrell}