Description Usage Arguments Examples
View source: R/palinsol_helper.R
Compute June 1, 65 N insolation with Insol
and one of three orbital calculations.
1 | insolation(time = seq(-2e+06, 0, 1000), model = "la04")
|
time |
vector of years at which to calculate insolation. Negative for past times. |
model |
one of la04, ber78 or ber90 to select orbital calculation, defaults to la04 (Laskar 2004) |
1 | s <- insolation( 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.