seqcol: Sequence Functions for Matrices

View source: R/04_tools.R

seqcolR 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.


joker documentation built on June 8, 2025, 12:12 p.m.