The R Project SVN R

Rev

Rev 25278 | Rev 42333 | 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.length}
1
\name{unit.length}
2
\alias{unit.length}
2
\alias{unit.length}
3
%- Also NEED an `\alias' for EACH other topic documented here.
-
 
4
\title{Length of a Unit Object}
3
\title{Length of a Unit Object}
5
\description{
4
\description{
6
  The length of a unit object is defined as the number of unit
5
  The length of a unit object is defined as the number of unit
7
  values in the unit object.
6
  values in the unit object.
8
}
7
}
9
\usage{
8
\usage{
10
unit.length(unit)
9
unit.length(unit)
11
}
10
}
12
%- maybe also `usage' for other objects documented here.
-
 
13
\arguments{
11
\arguments{
14
  \item{unit}{A unit object.}
12
  \item{unit}{A unit object.}
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
}
-
 
25
\keyword{ dplot }%-- one or more ...
-