head,big.matrix-method | R Documentation |
Returns the first or last parts of a big.matrix
object.
## S4 method for signature 'big.matrix'
head(x, n = 6)
## S4 method for signature 'big.matrix'
tail(x, n = 6)
x |
A big.matrix object |
n |
A single integer for the number of rows to return |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.