Raw Message
Message-ID: <loom.20091129T191657-690@post.gmane.org>
Date: 2009-11-29T18:17:30Z
From: Ben Bolker
Subject: Roman numerical output
Thomas Steiner <finbref.2006 <at> 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))