powered by
Returns the calendar date when the sun has the same declination as the input declination.
solar.date(dec, year, calendar, verbose = T)
Single value or array of declination values.
Year for which to do calculations.
(Optional) Calendar used for output. G for gregorian and J for julian. Defaults to Gregorian.
(Optional) Boolean to control whether or not to display text. Default is TRUE.
# NOT RUN { solar.date(-23, 2018) solar.date(-12, 1200, calendar='G') solar.date(-12, 1200, calendar='J') solar.date(14, -2000) # }
Run the code above in your browser using DataLab