The R Project SVN R

Rev

Rev 76298 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76298 Rev 77889
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(...)
14
unit.c(..., check = TRUE)
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}}
18
}
19
}
19
\value{
20
\value{
20
  An object of class \code{unit}.
21
  An object of class \code{unit}.
21
}
22
}
22
\author{Paul Murrell}
23
\author{Paul Murrell}