Re: [R] Color of title in legend()

2008-10-06 Thread stephen sefick
not reproducible On Mon, Oct 6, 2008 at 2:01 PM, Michael Kubovy <[EMAIL PROTECTED]> wrote: > Dear R-helpers, > > This produces a red title. How do I make it black, without making the > labels black? > > legend(title = 'Channel Integration', 0.7, 0.3, > c('loudness','luminance'), col = c('red', 'bl

[R] Color of title in legend()

2008-10-06 Thread Michael Kubovy
Dear R-helpers, This produces a red title. How do I make it black, without making the labels black? legend(title = 'Channel Integration', 0.7, 0.3, c('loudness','luminance'), col = c('red', 'blue'), text.col = c('red', 'blue'), lty = 1, xjust = 0.5, bty = 'n') _