The R Project SVN R

Rev

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

Rev 68948 Rev 89419
Line 11... Line 11...
11
}
11
}
12
\usage{
12
\usage{
13
cm(x)
13
cm(x)
14
}
14
}
15
\arguments{
15
\arguments{
16
  \item{x}{numeric vector}
16
  \item{x}{numeric vector (in inches)}
-
 
17
}
-
 
18
\value{
-
 
19
  \code{2.54 * x}, in centimeters.
17
}
20
}
18
\examples{
21
\examples{
19
cm(1)  # = 2.54
22
cm(1)  # = 2.54
20
 
23
 
21
## Translate *from* cm *to* inches:
24
## Translate *from* cm *to* inches: