rotate | R Documentation |
This function provides the user with an option to rotate the biplot anti-clockwise or clockwise.
rotate(bp, rotate.degrees = 0)
bp |
an object of class |
rotate.degrees |
a value specifying the degrees the biplot should be rotated, with default |
An object of class biplot
.
biplot(iris[,1:4],group.aes = iris[,5]) |> PCA() |> rotate(200) |> plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.