Or even one group if its named: dotchart(cbind(a = aa), gcolor = "red")
On Jan 19, 2008 3:18 PM, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > You only have one group. Try it with two groups: > > dotchart(cbind(a = aa, b = aa), gcolor = "red") > > > > On Jan 19, 2008 2:48 PM, John Kane <[EMAIL PROTECTED]> wrote: > > It a trivial point but can anyone tell me why gcolor > > is not working here? I thought that I should be > > getting the letters in red. lcolor seems to work just > > fine. > > > > aa <- c(3,6,3,5,8) > > lbs <- LETTERS[1:5] > > > > dotchart(rev(aa), pch=16, labels=(rev(lbs)), > > lcolor="blue", gcolor="red") > > > > > > > > > > Looking for the perfect gift? Give the gift of Flickr! > > > > ______________________________________________ > > 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. > > > ______________________________________________ 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.