R/as_radians.R

"as_radians" <-
function(theta=0) {

  #=======================================================
  #
  #  TITLE:     CONVERT ANGLE IN DEGREES TO RADIANS
  #  FUNCTION:  as_radians()
  #  AUTHOR:    TARMO K. REMMEL 
  #  DATE:      17 JANUARY 2006
  #  CALLS:     NA
  #  NEEDS:     
  #  NOTES:     
  #
  #=======================================================

  return(theta*pi/180)
  
} # END FUNCTION: as_radians

Try the aspace package in your browser

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

aspace documentation built on Sept. 8, 2023, 5:48 p.m.