Peek is a simple utility to conveniently look at a portion of a matrix. This
is similar to head and tail but provides a 2-dimensional slice instead of a
complete row.
Usage
peek(x, upper = 5, lower = 1)
Arguments
x
Any object that supports subsetting
upper
The upper bound in the subsetting
lower
The lower bound in the subsetting
Value
Peek returns a subset of the original matrix, data.frame, etc.