Clockwise | R Documentation |
Transforms given angles in counter clock mode into clockwise angles.
Clockwise(x, start = 0)
x |
a vector of angles |
start |
the starting angle for the transformation. Defaults to 0. |
Sometimes there's need for angles being defined the other way round.
a data.frame with two columns, containing the start and end angles.
Andri Signorell <andri@signorell.net>
PlotPolar
Clockwise( c(0, pi/4, pi/2, pi))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.