seq.matrix: A Sequentially Numbered Matrix Creating Function

Description Usage Arguments Examples

Description

This function creates matrices of identical size and name, with a numeric identifier

Usage

1
2
## S3 method for class 'matrix'
seq(number, name, nrow, ncol)

Arguments

number:

The number of matrices you wish to create

name:

The common name of the matrices

nrow:

The number of rows you want to be present in the matrices you create

ncol:

The number of columns you want to be present in teh matrices you create

Examples

1

Btentaculata/Icarus documentation built on May 31, 2019, 12:06 p.m.