powered by
projector
Display a human-readable summary of a projector object, including information about the dimensions of the projection matrix and the pre-processing pipeline.
# S3 method for projector print(x, ...)# S3 method for projector print(x, ...)
# S3 method for projector print(x, ...)
the projector object
A projector object.
Additional arguments passed to print().
print()
X <- matrix(rnorm(10*10), 10, 10) svdfit <- svd(X) p <- projector(svdfit$v) print(p)
Run the code above in your browser using DataLab