This function is generic (see Methods); method functions can be written to handle specific classes of data. Classes which already have methods for this function include: "lu.Matrix", "lu.Hermitian", "qr.Matrix", "eigen.Matrix".
expand(x, ...)
library(Matrix) x <- Matrix( 1:9, 3, 3) expand(qr(x))