head-methods: Head and Tail of a Matrix or Vector

head-methodsR Documentation

Head and Tail of a Matrix or Vector

Description

TODO.

Usage

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, ...)

Arguments

x

.

n

.

...

.


Matrix documentation built on Aug. 13, 2024, 3:01 p.m.