The R Project SVN R

Rev

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

Rev 25278 Rev 25323
Line 1... Line 1...
1
\name{unit.c}
1
\name{unit.c}
2
\alias{unit.c}
2
\alias{unit.c}
3
%- Also NEED an `\alias' for EACH other topic documented here.
-
 
4
\title{Combine Unit Objects}
3
\title{Combine Unit Objects}
5
\description{
4
\description{
6
  This function produces a new unit object by combining the
5
  This function produces a new unit object by combining the
7
  unit objects specified as arguments.
6
  unit objects specified as arguments.
8
}
7
}
9
\usage{
8
\usage{
10
unit.c(...)
9
unit.c(...)
11
}
10
}
12
%- maybe also `usage' for other objects documented here.
-
 
13
\arguments{
11
\arguments{
14
  \item{\dots}{An arbitrary number of unit objects.}
12
  \item{\dots}{An arbitrary number of unit objects.}
15
}
13
}
16
\value{
14
\value{
17
  An object of class \code{unit}.
15
  An object of class \code{unit}.
18
}
16
}
19
\author{Paul Murrell}
17
\author{Paul Murrell}
20
 \seealso{
18
\seealso{
21
   \code{\link{unit}}.
19
  \code{\link{unit}}.
22
 }
20
}
23
\examples{}
21
\keyword{dplot}
24
\keyword{ dplot }%-- one or more ...
-