powered by
recenter will rotate the order of the dimensional anchors around the circle, to put a channel of reference to the top of the display.
recenter(springs, newc)
a spring object as created by make.S
make.S
a string specifying which dimensional anchor should be placed on top of the unit circle
a spring object with rotated labels
# NOT RUN { data(iris) das <- c('Sepal.Length','Sepal.Width','Petal.Length','Petal.Width') iris.S <- make.S(das) iris.S recenter(iris.S,'Petal.Length') # }
Run the code above in your browser using DataLab