customRepmat: Custom repmat Function

View source: R/sfaHelperFunctions.R

customRepmatR 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


rSFA documentation built on March 29, 2022, 5:05 p.m.