View source: R/PCAScoreMatrix.R
as.data.frame.PCAScoreMatrix | R Documentation |
Coerece a PCAScoreMatrix into data.frame
## S3 method for class 'PCAScoreMatrix'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
A |
row.names |
See |
optional |
See |
... |
See |
A data.frame consisting of the score matrix
as.data.frame
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.