powered by
Sunshine duration fraction with respect to day length (
ssp(data, data_names = NULL, time.scale = YEAR, na.rm = FALSE)
sunshine duration
names of each period of time
month, season or year
logical. Should missing values (including NaN) be removed?
ssp
$$SSP = \frac{SS} {SSmax} * 100$$ SS: sum of sunshine duration (h); SSmax: maximun daylight (h)
European Climate Assessment & Dataset. Indices dictionary. https://www.ecad.eu//indicesextremes/indicesdictionary.php
# NOT RUN { data(data_all) ssp(data = data_all$insolation) # }
Run the code above in your browser using DataLab