2008/10/16 Erin Hodgess <[EMAIL PROTECTED]>:
> Hi R People!
>
> Is there a setup for Roman numerals similar to that of LETTERS and
> letters, please?
>
> I was putting together a randomized block design and thought that it
> might be nice for factors.
>
> Thanks,
> Erin
>

 as.roman() in utils:

 > library(utils)
 > as.roman(1:10)
 [1] I    II   III  IV   V    VI   VII  VIII IX   X

Barry

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to