The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 16... Line 16...
16
\alias{hexmode}
16
\alias{hexmode}
17
\title{Display Numbers in Hexadecimal}
17
\title{Display Numbers in Hexadecimal}
18
\description{
18
\description{
19
  Convert or print integers in hexadecimal format, with as many digits
19
  Convert or print integers in hexadecimal format, with as many digits
20
  as are needed to display the largest, using leading zeroes as
20
  as are needed to display the largest, using leading zeroes as
21
  necessary. 
21
  necessary.
22
}
22
}
23
\usage{
23
\usage{
24
as.hexmode(x)
24
as.hexmode(x)
25
 
25
 
26
\method{as.character}{hexmode}(x, \dots)
26
\method{as.character}{hexmode}(x, \dots)