Skip to content
Prev 4023 / 63421 Next

dotplot() colors reversed (PR#580)

rnassar@duke.edu writes:
Yes. This is caused by 

        o <- rev(order(as.numeric(groups)))
        x <- x[o]
        groups <- groups[o]

and no corresponding reordering of color. A little care is needed when
fixing this since color is not necessarily a vector. Same thing with
lcolor, by the way.