├── .httr-oauth ├── Israel2015 ├── .RData ├── .Rhistory ├── Poster │ ├── HU_Emblem.pdf │ ├── Poster.aux │ ├── Poster.log │ ├── Poster.nav │ ├── Poster.out │ ├── Poster.pdf │ ├── Poster.snm │ ├── Poster.synctex.gz │ ├── Poster.tex │ ├── Poster.toc │ ├── Presentation.aux │ ├── Presentation.log │ ├── Presentation.nav │ ├── Presentation.out │ ├── Presentation.pdf │ ├── Presentation.snm │ ├── Presentation.synctex.gz │ ├── Presentation.tex │ ├── Presentation.toc │ ├── Thumbs.db │ ├── beamerthemeI6dv.sty │ └── texput.log ├── READMEIsrael.md ├── expb.csv ├── expc.csv ├── expc.xlsx ├── historical_data.rdata ├── rsconnect │ └── shinyapps.io │ │ └── yonicd │ │ └── Elections.dcf ├── shiny │ ├── .Rhistory │ ├── Pollster_En.csv │ ├── ProjectScore.csv │ ├── election_data.csv │ ├── election_results.csv │ ├── fac_vars.csv │ ├── global.R │ ├── rsconnect │ │ └── shinyapps.io │ │ │ ├── yonicd │ │ │ └── Elections.dcf │ │ │ └── yonisidi │ │ │ └── Elections.dcf │ ├── server.r │ ├── ui.r │ ├── www │ │ ├── CDlogo.png │ │ ├── Project61logo.png │ │ └── Thumbs.db │ └── x_static.csv └── www │ ├── AceConsole.png │ ├── CDlogo.png │ ├── ElectionPlot.png │ ├── ElectionPlot_longitudinal.png │ ├── ElectionPlot_pollster_trend.png │ ├── ElectionPlot_trend.png │ ├── ElectionSimPlot.png │ ├── LastDayPlot.png │ ├── LastDayPlotOld.png │ ├── PADqr.png │ ├── Project61logo.png │ ├── Thumbs.db │ ├── attribute_compare.png │ ├── boxplot_month.png │ ├── coal_screen_grab.png │ ├── pad_screen_grab.png │ ├── pad_screen_grab_ace.png │ ├── pad_screen_grab_ace_remove_geom.png │ └── sim_screen_grab.png ├── README.html ├── README.md ├── Thumbs.db ├── USA2016 ├── US elections.pdf ├── poll_levels.rdata ├── poll_name.rdata ├── polls.rdata ├── shiny │ ├── .Rhistory │ ├── DelegatesCurrent.Rdata │ ├── PollHistory.Rdata │ ├── RollingMean_byGeom.r │ ├── Temp │ │ ├── DelegatesCurrent.Rdata │ │ └── StatePollsHistory.Rdata │ ├── UpdatePollData.r │ ├── global.r │ ├── poll_name.rdata │ ├── rsconnect │ │ └── shinyapps.io │ │ │ └── yonicd │ │ │ └── USAElections.dcf │ ├── server.r │ ├── ui.r │ ├── update_delegate_count.r │ ├── update_delegate_count_phantomjs.r │ └── www │ │ ├── CDlogo.png │ │ ├── CDlogo_grey.png │ │ ├── CurrentStateExample.png │ │ ├── CurrentStateMonthly.png │ │ ├── DefaultPlot.png │ │ ├── DefaultPlotCntrl.PNG │ │ ├── DefaultPlotwConsole.png │ │ ├── DefaultPlotwConsoleRem.png │ │ ├── DemDensity.png │ │ ├── FirstPlot.PNG │ │ ├── GeneralElectionsDaily.PNG │ │ ├── GeneralElectionsTrend.png │ │ ├── Thumbs.db │ │ └── style.css └── uselection.r └── index.html /.httr-oauth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/.httr-oauth -------------------------------------------------------------------------------- /Israel2015/.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/.RData -------------------------------------------------------------------------------- /Israel2015/.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/.Rhistory -------------------------------------------------------------------------------- /Israel2015/Poster/HU_Emblem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/HU_Emblem.pdf -------------------------------------------------------------------------------- /Israel2015/Poster/Poster.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Poster.aux -------------------------------------------------------------------------------- /Israel2015/Poster/Poster.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Poster.log -------------------------------------------------------------------------------- /Israel2015/Poster/Poster.nav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Poster.nav -------------------------------------------------------------------------------- /Israel2015/Poster/Poster.out: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Israel2015/Poster/Poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Poster.pdf -------------------------------------------------------------------------------- /Israel2015/Poster/Poster.snm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Poster.snm -------------------------------------------------------------------------------- /Israel2015/Poster/Poster.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Poster.synctex.gz -------------------------------------------------------------------------------- /Israel2015/Poster/Poster.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Poster.tex -------------------------------------------------------------------------------- /Israel2015/Poster/Poster.toc: -------------------------------------------------------------------------------- 1 | \beamer@endinputifotherversion {3.33pt} 2 | -------------------------------------------------------------------------------- /Israel2015/Poster/Presentation.aux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Presentation.aux -------------------------------------------------------------------------------- /Israel2015/Poster/Presentation.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Presentation.log -------------------------------------------------------------------------------- /Israel2015/Poster/Presentation.nav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Presentation.nav -------------------------------------------------------------------------------- /Israel2015/Poster/Presentation.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Presentation.out -------------------------------------------------------------------------------- /Israel2015/Poster/Presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Presentation.pdf -------------------------------------------------------------------------------- /Israel2015/Poster/Presentation.snm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Presentation.snm -------------------------------------------------------------------------------- /Israel2015/Poster/Presentation.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Presentation.synctex.gz -------------------------------------------------------------------------------- /Israel2015/Poster/Presentation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Presentation.tex -------------------------------------------------------------------------------- /Israel2015/Poster/Presentation.toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Presentation.toc -------------------------------------------------------------------------------- /Israel2015/Poster/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/Thumbs.db -------------------------------------------------------------------------------- /Israel2015/Poster/beamerthemeI6dv.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/beamerthemeI6dv.sty -------------------------------------------------------------------------------- /Israel2015/Poster/texput.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/Poster/texput.log -------------------------------------------------------------------------------- /Israel2015/READMEIsrael.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/READMEIsrael.md -------------------------------------------------------------------------------- /Israel2015/expb.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/expb.csv -------------------------------------------------------------------------------- /Israel2015/expc.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/expc.csv -------------------------------------------------------------------------------- /Israel2015/expc.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/expc.xlsx -------------------------------------------------------------------------------- /Israel2015/historical_data.rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/historical_data.rdata -------------------------------------------------------------------------------- /Israel2015/rsconnect/shinyapps.io/yonicd/Elections.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/rsconnect/shinyapps.io/yonicd/Elections.dcf -------------------------------------------------------------------------------- /Israel2015/shiny/.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/.Rhistory -------------------------------------------------------------------------------- /Israel2015/shiny/Pollster_En.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/Pollster_En.csv -------------------------------------------------------------------------------- /Israel2015/shiny/ProjectScore.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/ProjectScore.csv -------------------------------------------------------------------------------- /Israel2015/shiny/election_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/election_data.csv -------------------------------------------------------------------------------- /Israel2015/shiny/election_results.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/election_results.csv -------------------------------------------------------------------------------- /Israel2015/shiny/fac_vars.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/fac_vars.csv -------------------------------------------------------------------------------- /Israel2015/shiny/global.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/global.R -------------------------------------------------------------------------------- /Israel2015/shiny/rsconnect/shinyapps.io/yonicd/Elections.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/rsconnect/shinyapps.io/yonicd/Elections.dcf -------------------------------------------------------------------------------- /Israel2015/shiny/rsconnect/shinyapps.io/yonisidi/Elections.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/rsconnect/shinyapps.io/yonisidi/Elections.dcf -------------------------------------------------------------------------------- /Israel2015/shiny/server.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/server.r -------------------------------------------------------------------------------- /Israel2015/shiny/ui.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/ui.r -------------------------------------------------------------------------------- /Israel2015/shiny/www/CDlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/www/CDlogo.png -------------------------------------------------------------------------------- /Israel2015/shiny/www/Project61logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/www/Project61logo.png -------------------------------------------------------------------------------- /Israel2015/shiny/www/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/www/Thumbs.db -------------------------------------------------------------------------------- /Israel2015/shiny/x_static.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/shiny/x_static.csv -------------------------------------------------------------------------------- /Israel2015/www/AceConsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/AceConsole.png -------------------------------------------------------------------------------- /Israel2015/www/CDlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/CDlogo.png -------------------------------------------------------------------------------- /Israel2015/www/ElectionPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/ElectionPlot.png -------------------------------------------------------------------------------- /Israel2015/www/ElectionPlot_longitudinal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/ElectionPlot_longitudinal.png -------------------------------------------------------------------------------- /Israel2015/www/ElectionPlot_pollster_trend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/ElectionPlot_pollster_trend.png -------------------------------------------------------------------------------- /Israel2015/www/ElectionPlot_trend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/ElectionPlot_trend.png -------------------------------------------------------------------------------- /Israel2015/www/ElectionSimPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/ElectionSimPlot.png -------------------------------------------------------------------------------- /Israel2015/www/LastDayPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/LastDayPlot.png -------------------------------------------------------------------------------- /Israel2015/www/LastDayPlotOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/LastDayPlotOld.png -------------------------------------------------------------------------------- /Israel2015/www/PADqr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/PADqr.png -------------------------------------------------------------------------------- /Israel2015/www/Project61logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/Project61logo.png -------------------------------------------------------------------------------- /Israel2015/www/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/Thumbs.db -------------------------------------------------------------------------------- /Israel2015/www/attribute_compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/attribute_compare.png -------------------------------------------------------------------------------- /Israel2015/www/boxplot_month.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/boxplot_month.png -------------------------------------------------------------------------------- /Israel2015/www/coal_screen_grab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/coal_screen_grab.png -------------------------------------------------------------------------------- /Israel2015/www/pad_screen_grab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/pad_screen_grab.png -------------------------------------------------------------------------------- /Israel2015/www/pad_screen_grab_ace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/pad_screen_grab_ace.png -------------------------------------------------------------------------------- /Israel2015/www/pad_screen_grab_ace_remove_geom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/pad_screen_grab_ace_remove_geom.png -------------------------------------------------------------------------------- /Israel2015/www/sim_screen_grab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Israel2015/www/sim_screen_grab.png -------------------------------------------------------------------------------- /README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/README.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/README.md -------------------------------------------------------------------------------- /Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/Thumbs.db -------------------------------------------------------------------------------- /USA2016/US elections.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/US elections.pdf -------------------------------------------------------------------------------- /USA2016/poll_levels.rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/poll_levels.rdata -------------------------------------------------------------------------------- /USA2016/poll_name.rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/poll_name.rdata -------------------------------------------------------------------------------- /USA2016/polls.rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/polls.rdata -------------------------------------------------------------------------------- /USA2016/shiny/.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/.Rhistory -------------------------------------------------------------------------------- /USA2016/shiny/DelegatesCurrent.Rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/DelegatesCurrent.Rdata -------------------------------------------------------------------------------- /USA2016/shiny/PollHistory.Rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/PollHistory.Rdata -------------------------------------------------------------------------------- /USA2016/shiny/RollingMean_byGeom.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/RollingMean_byGeom.r -------------------------------------------------------------------------------- /USA2016/shiny/Temp/DelegatesCurrent.Rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/Temp/DelegatesCurrent.Rdata -------------------------------------------------------------------------------- /USA2016/shiny/Temp/StatePollsHistory.Rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/Temp/StatePollsHistory.Rdata -------------------------------------------------------------------------------- /USA2016/shiny/UpdatePollData.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/UpdatePollData.r -------------------------------------------------------------------------------- /USA2016/shiny/global.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/global.r -------------------------------------------------------------------------------- /USA2016/shiny/poll_name.rdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/poll_name.rdata -------------------------------------------------------------------------------- /USA2016/shiny/rsconnect/shinyapps.io/yonicd/USAElections.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/rsconnect/shinyapps.io/yonicd/USAElections.dcf -------------------------------------------------------------------------------- /USA2016/shiny/server.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/server.r -------------------------------------------------------------------------------- /USA2016/shiny/ui.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/ui.r -------------------------------------------------------------------------------- /USA2016/shiny/update_delegate_count.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/update_delegate_count.r -------------------------------------------------------------------------------- /USA2016/shiny/update_delegate_count_phantomjs.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/update_delegate_count_phantomjs.r -------------------------------------------------------------------------------- /USA2016/shiny/www/CDlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/CDlogo.png -------------------------------------------------------------------------------- /USA2016/shiny/www/CDlogo_grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/CDlogo_grey.png -------------------------------------------------------------------------------- /USA2016/shiny/www/CurrentStateExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/CurrentStateExample.png -------------------------------------------------------------------------------- /USA2016/shiny/www/CurrentStateMonthly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/CurrentStateMonthly.png -------------------------------------------------------------------------------- /USA2016/shiny/www/DefaultPlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/DefaultPlot.png -------------------------------------------------------------------------------- /USA2016/shiny/www/DefaultPlotCntrl.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/DefaultPlotCntrl.PNG -------------------------------------------------------------------------------- /USA2016/shiny/www/DefaultPlotwConsole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/DefaultPlotwConsole.png -------------------------------------------------------------------------------- /USA2016/shiny/www/DefaultPlotwConsoleRem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/DefaultPlotwConsoleRem.png -------------------------------------------------------------------------------- /USA2016/shiny/www/DemDensity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/DemDensity.png -------------------------------------------------------------------------------- /USA2016/shiny/www/FirstPlot.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/FirstPlot.PNG -------------------------------------------------------------------------------- /USA2016/shiny/www/GeneralElectionsDaily.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/GeneralElectionsDaily.PNG -------------------------------------------------------------------------------- /USA2016/shiny/www/GeneralElectionsTrend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/GeneralElectionsTrend.png -------------------------------------------------------------------------------- /USA2016/shiny/www/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/shiny/www/Thumbs.db -------------------------------------------------------------------------------- /USA2016/shiny/www/style.css: -------------------------------------------------------------------------------- 1 | div.header { 2 | padding: 1px 0; 3 | width: 100%; 4 | } -------------------------------------------------------------------------------- /USA2016/uselection.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/USA2016/uselection.r -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yonicd/Elections/HEAD/index.html --------------------------------------------------------------------------------