repmat: function to reproduce the behavior of repmat function in...

View source: R/learn_graph.R

repmatR Documentation

function to reproduce the behavior of repmat function in matlab to replicate and tile an matrix

Description

function to reproduce the behavior of repmat function in matlab to replicate and tile an matrix

Usage

repmat(X, m, n)

Arguments

X

matrix for tiling and replicate the data

m

a numeric value for tiling a matrix

n

a numeric value for tiling a matrix

Value

a matrix


cole-trapnell-lab/monocle3 documentation built on April 7, 2024, 9:24 p.m.