powered by
bmat(x, rows = TRUE, sep = ",", ...)
","
"matrix"
mat
dmat
# Construct a block matrix from matrices A1, A2, and A3 A1 <- mat('1, 1; 1, 1') A2 <- mat('2, 2; 2, 2') A3 <- mat('3, 3, 3, 3') bmat('A1, A2; A3')
Run the code above in your browser using DataLab