Interactive applet showing the daylight distribution in every UE city with a population of 100000 r larger, ignoring twilight effects. Interactive applet available in Shinyapps
If preferred, static images corresponding to different cities can be found in figs/<region>
.
The blue lines correspond with the sunrise and sunset in winter time. The red lines, in summer time. The shaded yellow area corresponds with the dual clock situation.
An interactive version of the code can be found in Shinyapps.
- Clone or download + unzip the code.
- Open the
.Rproj
file with RStudio. - Execute
shiny::runApp()
for running the interactive app locally. - For plotting static images, use:
source("auxs.R") # May require installing missing packages
plot_static_city("Madrid")