R/rad.R

Defines functions rad

## convert to radians from degrees
rad = function(x) {
  return (x * (pi/180))
}
jbrzusto/motus documentation built on May 18, 2019, 7:03 p.m.