VTM: Helper function, repeats a row.

View source: R/landpred.R

VTMR Documentation

Helper function, repeats a row.

Description

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


landpred documentation built on Aug. 26, 2023, 5:06 p.m.