R/angle.positive.R

Defines functions angle.positive

Documented in angle.positive

angle.positive <-
function(theta)ifelse(theta<0,theta+2*pi,theta)

Try the etasFLP package in your browser

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

etasFLP documentation built on Sept. 14, 2023, 5:06 p.m.