Skip to content
Prev 178263 / 398506 Next

How to custom the tick and type in bwplot

On 4/24/09, David Winsemius <dwinsemius at comcast.net> wrote:
or

bwplot(decrease ~ treatment, OrchardSprays, groups = rowpos, pch="|",
       scales = list(x = list(at = c(1, 3, 5, 7), labels = c("A", "C",
"E", "G"))))

or

bwplot(decrease ~ treatment, OrchardSprays, groups = rowpos, pch="|",
       xlim = c("A", "", "C", "", "E", "", "G"))

-Deepayan