Clockwise.Rd
Transforms given angles in counter clock mode into clockwise angles.
Clockwise(x, start = 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.
Clockwise( c(0, pi/4, pi/2, pi))
#> from to
#> 1 6.2831853 6.2831853
#> 2 5.4977871 6.2831853
#> 3 3.9269908 5.4977871
#> 4 0.7853982 3.9269908
#> 5 0.0000000 0.7853982