powered by
Coerece a PCAScoreMatrix into score matrix
# S3 method for PCAScoreMatrix as.matrix(x, ...)
A numeric matrix, the score matrix
A PCAScoreMatrix S3 object
PCAScoreMatrix
Currently ignored
myPCmat <- PCAScoreMatrix(matrix(rnorm(15),ncol=3), c(0.25, 0.15, 0.1)) as.matrix(myPCmat)
Run the code above in your browser using DataLab