R/rad2degree.R

Defines functions rad2degree

Documented in rad2degree

rad2degree <-
function(x) {
  ang <- x*180/pi
  return(ang)
}

Try the calibrate package in your browser

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

calibrate documentation built on July 1, 2020, 7:03 p.m.