eccentricity: Compute June 1, 65 N eccentricity

Description Usage Arguments Examples

View source: R/palinsol_helper.R

Description

Compute June 1, 65 N eccentricity with one of three orbital calculations.

Usage

1
eccentricity(time = seq(-2e+06, 0, 1000), model = "la04")

Arguments

time

vector of years at which to calculate eccentricity. Negative for past times.

model

one of la04, ber78 or ber90 to select orbital calculation, defaults to la04 (Laskar 2004)

Examples

1
ecc <- eccentricity( time = seq( -8e5, 0, 1e3 ), model = "ber78" )

jrevenaugh/TSAUMN documentation built on Nov. 8, 2019, 2:20 p.m.