Skip to content
Prev 171143 / 398502 Next

dotplot points color

On 2/19/09, glaporta <glaporta at freeweb.org> wrote:
Try

dotplot(variety ~ yield | site, data = barley, groups = year, pch=21,
fill = c(1, 2))

-Deepayan