Question for R gurus

Discussion in 'Trading Software' started by dtrader98, Mar 18, 2010.

  1. I know there's a few R experts lurking around, and hopefully you have an answer to a seemingly easy question.

    If you output a table in excel, it is very easy to conditionally output the text colors based on the value of the text. I.e. >0=green, <0 = red, for example.

    Is there any way to do this with the R console, so that a table output text colors correspond to some condition? thanks.