seqcol {joker} | R Documentation |
Sequence Functions for Matrices
Description
This set of functions extent the seq_along()
functions for matrix
objects.
Usage
seqcol(x)
seqrow(x)
Arguments
x |
matrix. |
Value
A sequence of integers from 1 to the number of rows or columns of the matrix.
[Package joker version 0.14.2 Index]