Learn R Programming

dagR (version 1.2.1)

addAngle: 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)

Value

numeric value [0, 2*pi).

Arguments

a

Angle 1 in radian.

b

Angle 2 in radian.

Author

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

See Also

smoothArc