Skip to content
Back to formatted view

Raw Message

Message-ID: <1342236563533-4636502.post@n4.nabble.com>
Date: 2012-07-14T03:29:23Z
From: David Arnold
Subject: Side by side strip charts
In-Reply-To: <5000BB3E.5040202@ucalgary.ca>

Very nice suggestion. I am getting some very kind help here.

x1 <- round(rnorm(10,60,3))
x2 <- round(rnorm(10,65,3))
x3 <- round(rnorm(10,70,3))
stripchart(list(sample1=x1,sample2=x2,sample3=x3),
           method="stack",
           pch=4,
           offset=1/2,
           col="blue",
           lwd=2,
           las=1,
           xlim=c(50,80))

axis(1,pos=2.9,labels=FALSE)
axis(1,pos=1.9,labels=FALSE)

http://r.789695.n4.nabble.com/file/n4636502/Rplot.png 

Thanks.

David Arnold
College of the Redwoods

--
View this message in context: http://r.789695.n4.nabble.com/Side-by-side-strip-charts-tp4636399p4636502.html
Sent from the R help mailing list archive at Nabble.com.