read_astro: Read astronomical elements needed to compute precession and...

View source: R/read_astro.R

read_astroR Documentation

Read astronomical elements needed to compute precession and obliquity

Usage

read_astro(nap = 1, nao = 1)

Arguments

nap
nao

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (nap = 1, nao = 1) 
{
    pfile <- file.path(path.package("iceages"), "orig", "precession.dat")
    ofile <- file.path(path.package("iceages"), "orig", "obliquity.dat")
    Astro <- .Call("c_readinsol", nap, nao, pfile, ofile)
  }

mcrucifix/iceages documentation built on June 9, 2024, 9:37 a.m.