powered by
Ratio between solar radiation at surface and solar radiation at TOA (alt top of the atmosphere)
aci(data, toa, data_names = NULL, time.scale = YEAR, na.rm = FALSE)
net radiation
solar radiation at TOA
names of each period of time
month, season or year
logical. Should missing values (including NaN) be removed?
ACI
# NOT RUN { data(data_all) aci(data = data_all$radiation, toa = data_all$radiationtoa) # }
Run the code above in your browser using DataLab