combine_block_diagonal: Combine two matrices along block diagonals

Description Usage Arguments

View source: R/utils_matrixOperations.R

Description

(A, B) -> [A 0; 0 B]

Usage

1
combine_block_diagonal(A, B, fill = NA)

Arguments

A

Matrix x

B

Matrix y

fill

Fill value


adamleejohnson/r-tools documentation built on Jan. 7, 2022, 5:35 p.m.