AnnualMean {palinsol} | R Documentation |
Annual Mean insolation
Description
Compute annual mean insolation for a given orbit and solar constant
Usage
AnnualMean(orbit, S0 = 1365, lats = seq(-90, 90, 1), degree = TRUE)
Arguments
orbit |
Output from a solution, such as |
S0 |
Total solar irradiance |
lats |
list of latitudes at which annual mean is computed |
degree |
true if latitudes are provided in degrees |
Value
an object of class "AnnualMean" with annual mean insolations
[Package palinsol version 1.0 Index]