blockDiag: Block Diagonal Matrix

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/utility.R

Description

Form a block diagonal matrix from the given blocks.

Usage

1

Arguments

...

numeric matrices

Details

This function is sometimes useful for constructing a design matrix for a disconnected two-color microarray experiment in conjunction with modelMatrix.

Value

A block diagonal matrix with dimensions equal to the sum of the input dimensions

Author(s)

Gordon Smyth

See Also

modelMatrix

Examples

1
2
3
a <- matrix(1,3,2)
b <- matrix(2,2,2)
blockDiag(a,b)

hdeberg/limma documentation built on Dec. 20, 2021, 3:43 p.m.