addAngle {dagR}R Documentation

Sum up two radian angles.

Description

Adds two radian angles together and applies modulus 2*pi. This is internally called by smoothArc, though hardly needed.

Usage

addAngle(a, b)

Arguments

a

Angle 1 in radian.

b

Angle 2 in radian.

Value

numeric value [0, 2*pi).

Author(s)

Lutz P Breitling <l.breitling@posteo.de>

See Also

smoothArc


[Package dagR version 1.2.1 Index]