Displaying 1 result from an estimated 1 matches for "yeallow".
Did you mean:
deallow
2009 Dec 01
1
Stripchart: way to get different colour for each group
...col="red")
I would like to get different colour for the two groups (based on
group variable). I tried something like
stripchart(values ~ ind,
data=mydata.stack,
vertical=T,
at=c(1.25, 1.75),
pch=15,
col=c("red", "yeallow")[mydata$group])
with no luck. Thanks.
-J