join_to_row: Join two matrices by row

Description Usage Arguments Value Author(s)

Description

Joins two matrices repeats each row of the first matrix by the number of rows of the second matrix and column binds them together to a

Usage

1
join_to_row(c1, c2)

Arguments

c1

a n1 \times m1 matrix

c2

a n2 \times m2 matrix

Value

n1 + n2 \times m1*m2 matrix

Author(s)

Florian Klinglmueller


floatofmath/resamplingMCP documentation built on May 16, 2019, 1:21 p.m.