R/addAngle.R

Defines functions addAngle

Documented in addAngle

addAngle <-
function(a,b)
{ # internally used by smoothArc();
  (a+b)%%(2*pi);
}

Try the dagR package in your browser

Any scripts or data that you put into this service are public.

dagR documentation built on Oct. 9, 2022, 5:06 p.m.