R/corrEarthSunDist.R

Defines functions corrEarthSunDist

corrEarthSunDist <-
  function(i) {
    d <- 1 + 0.0334 * cos(0.01721*i - 0.0552)
    d
  }

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.