Re: [R] print.matrix

2014-01-30 Thread David Winsemius
On Jan 30, 2014, at 6:46 AM, Göran Broström wrote: > In the documentation of 'prmatrix' (base) I read, under Details: > > ‘prmatrix’ is an earlier form of ‘print.matrix’ > > but 'print' doesn't seem to have a 'matrix' method. And in the 'Examples' > section: > > chm <- matrix(... > chm # uses

[R] print.matrix

2014-01-30 Thread Göran Broström
In the documentation of 'prmatrix' (base) I read, under Details: ‘prmatrix’ is an earlier form of ‘print.matrix’ but 'print' doesn't seem to have a 'matrix' method. And in the 'Examples' section: chm <- matrix(... chm # uses print.matrix() Is this a bug in the documentation? R-3.0.2 on ubun