[R] dotchart - problem with gcolor

Gabor Grothendieck ggrothendieck at gmail.com
Sat Jan 19 21:18:38 CET 2008


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 <jrkrideau at yahoo.ca> 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 at 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.
>



More information about the R-help mailing list