Hi Everyone, And thanks for the replies. I was more specifically referring to the console table output itself. I have a time series that has columns of months and rows of years, and each row,col is a value. I wanted the actual text output value to the console table r,c to have a color corresponding to the value, like ifelse(val<0,txt="red",txt="green"), so that I can quickly have an overview of returns by color.
It looks like the only solution is to use a literal graphics object, and that the above solution is not feasible. I'll look into the graphical type objects. It would be nice to have a function that simply reads a time series object table<-f(ts.table) and outputs the above criteria. Thanks again. -- View this message in context: http://n4.nabble.com/outputing-text-colors-tp1598874p1599021.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.