VTM: Repeats a row.

View source: R/Functions_Rsurrogate.R

VTMR Documentation

Repeats a row.

Description

Helper function; this function creates a matrix that repeats vc, dm times where each row is equal to the vc vector.

Usage

VTM(vc, dm)

Arguments

vc

the vector to repeat.

dm

number of rows.

Value

a matrix that repeats vc, dm times where each row is equal to the vc vector


Rsurrogate documentation built on May 29, 2024, 11 a.m.

Related to VTM in Rsurrogate...