rep_col {DAPAR}R Documentation

Same as rep function but on a matrix.

Description

fill a matrix by column

Usage

rep_col(x, n)

Arguments

x

The data to repeat

n

The number of repetitions.

Value

A matrix

Author(s)

Samuel Wieczorek

Examples

rep_col('foo', 4)

[Package DAPAR version 1.16.9 Index]