Re: [R] Roman numerical output

2009-11-29 Thread Ben Bolker
Thomas Steiner gmail.com> writes: > > I have integers and I want R to give them back/output as Roman numerals: > s=c(7,17) > format(s,roman=T) help.search("roman",agrep=FALSE) ?as.roman as.roman(c(7,17)) __ R-help@r-project.org mailing list https

[R] Roman numerical output

2009-11-29 Thread Thomas Steiner
I have integers and I want R to give them back/output as Roman numerals: s=c(7,17) format(s,roman=T) is obviously wrong. Is there any other way/function to do this? Thanks, Thomas __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo