rotate_component | R Documentation |
Rotated the simulated component generated
rotate_component(comp, angle = 0)
comp |
A matrix of components |
angle |
Rotation angle of the component |
Matrix of rotated component
component = svd(matrix(rnorm(100 * 200), nrow = 200))$u[, 1 : 2]
rotate_component(component, pi / 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.