repmat: Replicate and tile an array.

Description Usage Arguments Value Author(s)

View source: R/repmat.R

Description

Creates a large matrix B consisting of an M-by-N tiling of copies of A

Usage

1
repmat(mat, M, N)

Arguments

mat

numeric matrix

M

number of copies in vertical direction

N

number of copies in horizontal direction

Value

Matrix consiting of M-by-N tiling copies of input matrix

Author(s)

Wolfram Stacklies


pcaMethods documentation built on Nov. 8, 2020, 6:19 p.m.