| To: | David Parkhurst <parkhurs@imap.iu.edu>, s-news@lists.biostat.wustl.edu |
|---|---|
| Subject: | Re: printing a series of stem plots |
| From: | "Richard M. Heiberger" <rmh@temple.edu> |
| Date: | Sat, 10 Sep 2005 22:36:15 -0400 |
N <- 20
x <- matrix(rlnorm(30*N, log(10), 0.7),
30, N)
for (i in 1:N) {
cat("\n\nColumn",i,"\n")
stem(x[,i])
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | printing a series of stem plots, David Parkhurst |
|---|---|
| Next by Date: | absolutele the fastest computer for S=, Xao Ping |
| Previous by Thread: | printing a series of stem plots, David Parkhurst |
| Next by Thread: | absolutele the fastest computer for S=, Xao Ping |
| Indexes: | [Date] [Thread] [Top] [All Lists] |