head-methods | R Documentation |
TODO.
head(x, ...)
## S4 method for signature 'Matrix'
head(x, n = 6L, ...)
## S4 method for signature 'sparseVector'
head(x, n = 6L, ...)
tail(x, ...)
## S4 method for signature 'Matrix'
tail(x, n = 6L, ...)
## S4 method for signature 'sparseVector'
tail(x, n = 6L, ...)
x |
. |
n |
. |
... |
. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.