reprow: Repeat each row of a matrix n times

Description Usage Arguments Value

View source: R/utils.R

Description

This function repeats each row of a matrix n times

Usage

1
reprow(x, n)

Arguments

x

is the input matrix

n

is the number of repetitions (can be a vector)

Value

matrix with repeated rows


matchingR documentation built on May 25, 2021, 9:07 a.m.