The R Project SVN R

Rev

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

Rev 59039 Rev 61168
Line 14... Line 14...
14
}
14
}
15
\arguments{
15
\arguments{
16
  \item{x}{numeric vector}
16
  \item{x}{numeric vector}
17
}
17
}
18
\examples{
18
\examples{
19
cm(1)# = 2.54
19
cm(1)  # = 2.54
20
 
20
 
21
## Translate *from* cm *to* inches:
21
## Translate *from* cm *to* inches:
22
 
22
 
23
10 / cm(1) # -> 10cm  are 3.937 inches
23
10 / cm(1) # -> 10cm  are 3.937 inches
24
}
24
}