customRepmat {rSFA}R Documentation

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


[Package rSFA version 1.5 Index]