Displaying 1 result from an estimated 1 matches for "romagenerated".
2005 Jan 12
1
[survey] R for Reporting - the R Output MAnager (ROMA) project
...out = out + Section("Custom matrix" + Footnote("It works!"),level=2)
out = out +
ROMA(mm,style="custommatrix",rowstyle=paste("color",row(mm)[,1]%%2,sep=""),align="left")
out = out + Section("An other title")
out = out + ROMAgenerated() # ROMAgenerated is a predefined function
***
You can generate a proper HTML file by the following command:
> Export(out)
(see result: http://www.stat.ucl.ac.be/ROMA/sample.htm)
The same "output object" could be exported to (tex+dvi+ps+pdf) with:
> Export(out,driver=&quo...