Skip to content
Prev 8813 / 63421 Next

print.default and attributes

On Thu, 30 Jan 2003 Mark.Bravington@csiro.au wrote:

            
That does seem unintentional, and not what S does.
In R-devel print.matrix *does* rely on print, and *is* a print method.
But the old-style prmatrix aka print.matrix does not print attributes 
normally:
[,1] [,2]
[1,]    1    3
[2,]    2    4

So how did you make it print attributes?