cbind_flat_matrices: Combine two matrices into a single (flat) matix

View source: R/cbind-flat-matrices.R

cbind_flat_matricesR Documentation

Combine two matrices into a single (flat) matix

Description

Combine two matrices into a single (flat) matix

Usage

cbind_flat_matrices(a, ...)

Arguments

a

first flat matrix

...

additional flat matrices

b

second flat matrix

Value

flat (row-wise) matrix, cbind(a,b)


sakrejda/dt documentation built on Sept. 24, 2022, 3:03 a.m.