as.matrix.ldecomp function

as.matrix method for ldecomp object

as.matrix method for ldecomp object

Generic as.matrix function for linear decomposition. Returns a matrix with information about the decomposition.

## S3 method for class 'ldecomp' as.matrix(x, ncomp = NULL, ...)

Arguments

  • x: object of class ldecomp
  • ncomp: number of components to get the result for (if NULL will return for each available)
  • ...: other arguments
  • Maintainer: Sergey Kucheryavskiy
  • License: MIT + file LICENSE
  • Last published: 2024-08-19