Skip to content
Prev 300093 / 398506 Next

Side by side strip charts

Hello,

Or maybe the argument 'pos' of axis().


stripchart(list(sample1=x1,sample2=x2,sample3=x3),
            method="stack",
            pch=4,
            offset=1/2,
            col="blue",
            lwd=2,
            las=1,
            xlim=c(53, 77),
            xaxt="n")
axis(1, at = seq(55, 75, by=5), lwd=2)
axis(1, at = seq(55, 75, by=5), pos=1.90, lwd=2)
axis(1, at = seq(55, 75, by=5), pos=2.90, lwd=2)


(I've also added xlim)

Hope this helps,

Rui Barradas

Em 13-07-2012 19:24, John Kane escreveu: