head,big.matrix-method: Return First or Last Part of a big.matrix Object
Description
Returns the first or last parts of a big.matrix
object.
Usage
# S4 method for big.matrix
head(x, n = 6)# S4 method for big.matrix
tail(x, n = 6)
Arguments
- x
A big.matrix object
- n
A single integer for the number of rows to return