R-alpha: Bug[let] in (internal) print [for a list with dimnames ...].

Martin Maechler Martin Maechler <maechler@stat.math.ethz.ch>
Thu, 30 Oct 1997 10:02:29 +0100


Try the following code.
In S-plus, it does print nicely..

 n <- 17
 fac <- factor(rep(1:3, len = n), levels = 1:5)
 tfq <- tapply(1:n, fac, quantile)
 tfq
 print.default(tfq)
 if(version$minor >= 60) str(tfq)  else  c(tfq)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=