rotate {biplotEZ} | R Documentation |
Rotate the biplot a chosen amount of degrees
Description
This function provides the user with an option to rotate the biplot anti-clockwise or clockwise.
Usage
rotate(bp, rotate.degrees = 0)
Arguments
bp |
an object of class |
rotate.degrees |
a value specifying the degrees the biplot should be rotated, with default |
Value
An object of class biplot
.
Examples
biplot(iris[,1:4],group.aes = iris[,5]) |> PCA() |> rotate(200) |> plot()
[Package biplotEZ version 2.0 Index]