Learn R Programming

joker (version 0.14.2)

seqcol: Sequence Functions for Matrices

Description

This set of functions extent the seq_along() functions for matrix objects.

Usage

seqcol(x)

seqrow(x)

Value

A sequence of integers from 1 to the number of rows or columns of the matrix.

Arguments

x

matrix.