I've been experimenting recently with the fantastic Sweave/xtable combination
for generating latex.  In the xtable vignette, I found this great example of
printing a ts object by months. 

Is there a way to modify this code to generate RED numbers inside xtable for
negative results in x.ts? 
Thanks in advance. 

- Ken 

# Sweave/xtable snippet below
-------------------------------------------------------------- 

\begin{table}[ht] 
<<sample,echo=F,results=tex>>= 
x.ts <- ts(rnorm(100), start = c(1954, 7), frequency = 12) 
x.table <- xtable( x.ts, digits = 1 ) 
print( x.table, floating = FALSE ) 
@ 
\end{table} 
-- 
View this message in context: 
http://www.nabble.com/xtable-formatting%3A-RED-for-negative-numbers--tp24712208p24712208.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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