rep_row {DAPAR}R Documentation

Same as rep function but on a matrix.

Description

fill a matrix by row

Usage

rep_row(x, n)

Arguments

x

The data to repeat

n

The number of repetitions.

Value

A matrix

Author(s)

Samuel Wieczorek

Examples

rep_row('foo', 4)

[Package DAPAR version 1.16.8 Index]