print.projector | R Documentation |
projector
ObjectsDisplay a human-readable summary of a projector
object using crayon formatting, including information
about the dimensions of the projection matrix and the pre-processing pipeline.
## S3 method for class 'projector'
print(x, ...)
x |
A |
... |
Additional arguments passed to |
X <- matrix(rnorm(10*10), 10, 10)
svdfit <- svd(X)
p <- projector(svdfit$v)
print(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.