blockDiag: Block Diagonal Matrix

Description Usage Arguments Value Author(s) See Also Examples

Description

Form a block diagonal matrix from the given blocks.

Usage

1

Arguments

...

numeric matrices

Value

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

Author(s)

Gordon Smyth

See Also

10.Other

Examples

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

richierocks/limma2 documentation built on May 27, 2019, 8:47 a.m.