repmat: repmat

View source: R/buildKrigingDACE.R

repmatR Documentation

repmat

Description

Reproduce what MATLAB's repmat function can do, using kronecker function.

Usage

repmat(a, n, m)

Arguments

a

matrix

n

dimension 1 (rows)

m

dimension 2 (cols)

Value

Returns repeated matrix


SPOT documentation built on June 26, 2022, 1:06 a.m.