I am looking for a function in any package that can print matrix[1:5, 1:5]. head()
is good for those that have few columns but not for a large matrix. I know I can create my own function for it but I am wondering if there is a function for it already.
There is a function called
peek
in a package calledfutile.matrix
.From the description of that function: