Displaying 1 result from an estimated 1 matches for "custommatrix".
2005 Jan 12
1
[survey] R for Reporting - the R Output MAnager (ROMA) project
...;comment: yes!")
out = out + list(un=1,pi)
out = out + "Then a boolean:" + TRUE
out = out + Section("Default matrix",level=2)
out = out + mm
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:
> Expor...