Description Usage Arguments Examples
View source: R/palinsol_helper.R
Compute June 1, 65 N precession index with one of three orbital calculations.
1 | precession(time = seq(-2e+06, 0, 1000), model = "la04")
|
time |
vector of years at which to calculate precession. Negative for past times. |
model |
one of la04, ber78 or ber90 to select orbital calculation, defaults to la04 (Laskar 2004) |
1 | p <- precession( time = seq( -8e5, 0, 1e3 ), model = "ber78" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.