View source: R/PCAScoreMatrix.R
as.matrix.PCAScoreMatrix | R Documentation |
Coerece a PCAScoreMatrix into score matrix
## S3 method for class 'PCAScoreMatrix'
as.matrix(x, ...)
x |
A |
... |
Currently ignored |
A numeric matrix, the score matrix
myPCmat <- PCAScoreMatrix(matrix(rnorm(15),ncol=3), c(0.25, 0.15, 0.1))
as.matrix(myPCmat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.