obliquity: Computes obliquity of the ecliptic

Description Usage Arguments References See Also Examples

View source: R/mechanics.R

Description

This function calculates the obliquity for a given epoch. It is a wrapper for function swe_calc_ut of package swephR.

Usage

1
obliquity(year = skyscapeR.env$cur.year)

Arguments

year

Year for which to calculate the obliquity. Defaults to present year as given by Sys.Date

References

Laskar, J. et al. (2004), A long-term numerical solution for the insolation quantities of the Earth, Astron. Astroph., 428, 261-285, doi:10.1051/0004-6361:20041335.

See Also

swe_calc_ut

Examples

1
2
#' # Obliquity for year 3999 BC:
obliquity(-4000)

skyscapeR documentation built on Oct. 30, 2021, 1:06 a.m.