Learn R Programming

dlm (version 1.1-5)

bdiag: Build a block diagonal matrix

Description

The function builds a block diagonal matrix.

Usage

bdiag(...)

Arguments

...

individual matrices, or a list of matrices.

Value

A matrix obtained by combining the arguments.

Examples

Run this code
# NOT RUN {
bdiag(matrix(1:4,2,2),diag(3))
bdiag(matrix(1:6,3,2),matrix(11:16,2,3))
# }

Run the code above in your browser using DataLab