Learn R Programming

rSFA (version 1.00)

customRepmat: Custom repmat Function

Description

R version of the matlab function repmat, repeating a by m x n

Usage

customRepmat(a, n, m)

Arguments

a
to be repeated
n
repeater parameter
m
repeater parameter

Value

  • Returns the repeated dataset