The R Project SVN R

Rev

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

Rev 87588 Rev 88539
Line 41... Line 41...
41
  numbers, and hence others result in \code{as.roman(NA)}.
41
  numbers, and hence others result in \code{as.roman(NA)}.
42
 
42
 
43
  \code{.romans} is the basic dictionary, a named \code{\link{character}} vector.
43
  \code{.romans} is the basic dictionary, a named \code{\link{character}} vector.
44
}
44
}
45
\references{
45
\references{
46
  Wikipedia contributors (2024). Roman numerals.
46
  \bibshow{R:Wikipedia_contributors:2024}
47
  Wikipedia, The Free Encyclopedia.
-
 
48
  \url{https://en.wikipedia.org/w/index.php?title=Roman_numerals&oldid=1188781837}.
-
 
49
  Accessed February 22, 2024.
-
 
50
}
47
}
51
\examples{
48
\examples{
52
## First five roman 'numbers'.
49
## First five roman 'numbers'.
53
(y <- as.roman(1 : 5))
50
(y <- as.roman(1 : 5))
54
## Middle one.
51
## Middle one.