> Mick Jordan
> on Tue, 15 Mar 2016 19:50:48 -0700 writes:
> On 3/15/16 3:52 AM, Martin Maechler wrote:
>>> peter dalgaard
>>> on Sat, 12 Mar 2016 19:11:40 +0100 writes:
>> > OK, .Internal is not necessary to reproduce oddity in this area. I
also see things l
Hi,
I noticed that when using print( , right=TRUE) on a character
matrix with no colnames, the col numbers get displayed on the
left of each column:
> m <- matrix(rep(c("XX", ""), 6), ncol=3)
> print(m, right=FALSE)
[,1] [,2] [,3]
[1,] "XX" "XX" "XX"
[2,] ""