Learn R Programming

segclust2d (version 0.3.3)

repmat: repmat repeats a matrix

Description

repmat repeats a matrix

Usage

repmat(a, n, m)

Value

a matrix with n repeats of a in lines et m in columns

Arguments

a

the base matrix

n

number of repetition in lines

m

number of repetition in columns