R/hourAngle.R

Defines functions hourAngle

hourAngle <-
  function(hr) {
    whr <- 15*(hr - 12)*(pi/180)
    whr
  }

Try the sirad package in your browser

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

sirad documentation built on May 2, 2019, 4:41 p.m.