View source: R/PCAScoreMatrix.R
print.PCAScoreMatrix | R Documentation |
Print PCAScoreMatrix
## S3 method for class 'PCAScoreMatrix'
print(x, ...)
x |
A |
... |
Ignored |
NULL, side effect is used
myPCmat <- PCAScoreMatrix(matrix(rnorm(15),ncol=3), c(0.25, 0.15, 0.1))
myPCmat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.