Message-ID: <1342198475237-4636464.post@n4.nabble.com>
Date: 2012-07-13T16:54:35Z
From: David Arnold
Subject: Side by side strip charts
In-Reply-To: <223C6851-C865-4658-AFD3-AE56B9DBBE75@gmail.com>
OK, got this far:
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)
Any ideas on how to get an axes drawn under each one as in the image?
Thanks.
David Arnold
College of the Redwoods
http://msemac.redwoods.edu/~darnold/index.php
--
View this message in context: http://r.789695.n4.nabble.com/Side-by-side-strip-charts-tp4636399p4636464.html
Sent from the R help mailing list archive at Nabble.com.