full2half_circ | R Documentation |
Converts an angle from the full circle (i.e. in the interval [0, 2π)) to an angle on the half circle (i.e. in the interval [-π, π)).
full2half_circ(angle)
angle |
numeric value of an angle or a
|
The numeric value of the angle in [-π, π).
full2half_circ(0 * pi) / pi full2half_circ(0.5 * pi) / pi full2half_circ(1 * pi) / pi full2half_circ(1.5 * pi) / pi full2half_circ(2 * pi) / pi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.