sun_position: Calculate the position of the sun according to date and...

Description Usage Arguments

View source: R/sunposition.R

Description

Calculate the position of the sun according to date and geographical position in wgs84 Found here: http://stackoverflow.com/questions/8708048/position-of-the-sun-given-time-of-day-latitude-and-longitude

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
sun_position(
  year,
  month,
  day,
  hour = 12,
  min = 0,
  sec = 0,
  lat = 46.5,
  long = 6.5
)

Arguments

year

year

month

month

day

day

hour

hour

min

min

sec

sec

lat

lat

long

long


statnmap/cartomisc documentation built on Aug. 20, 2020, 2:22 a.m.