Description Usage Arguments Author(s) Examples
rotate data by multiplying with rotation matrix
1 |
x |
data frame to be rotated |
a |
angle to rotate over |
center |
center of rotation; another possible choice would be colMeans(x[,c("X","Y")]) |
inverseRot |
invert previously applied rotation ? |
verbose |
level of verbosity |
Markus Loecher
1 2 3 4 5 6 7 8 9 10 | #data(drugCrimes)
#PlotClusters()
#examples to come
print(1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.