├── .gitattributes ├── README.md ├── index.Rmd ├── index.md ├── input ├── avg_age_15.csv ├── be-b-00.04-rgs-15.xls └── geodata │ ├── 02-relief-georef-clipped-resampled.tif │ ├── g1g15.dbf │ ├── g1g15.prj │ ├── g1g15.sbn │ ├── g1g15.sbx │ ├── g1g15.shp │ ├── g1g15.shx │ ├── gde-1-1-15.cpg │ ├── gde-1-1-15.dbf │ ├── gde-1-1-15.prj │ ├── gde-1-1-15.qpj │ ├── gde-1-1-15.shp │ └── gde-1-1-15.shx └── wp-content └── uploads └── 2016 └── 12 ├── final_map_sm.png ├── final_map_sm_2.png ├── tm-basic-map-1.png ├── tm-basic-map-viridis-1.png ├── tm-basic-map-viridis-horizontal-1.png ├── tm-basic-map-viridis-horizontal-quantile-1.png ├── tm-discrete-classes-better-colors-1.png ├── tm-discrete-classes-better-legend-1.png ├── tm-discrete-classes-pretty-breaks-1.png ├── tm-final-map-1.png ├── tm-final-map-different-scale-1.png ├── tm-histogram-1.png └── tm-with-relief-1.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/README.md -------------------------------------------------------------------------------- /index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/index.Rmd -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/index.md -------------------------------------------------------------------------------- /input/avg_age_15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/avg_age_15.csv -------------------------------------------------------------------------------- /input/be-b-00.04-rgs-15.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/be-b-00.04-rgs-15.xls -------------------------------------------------------------------------------- /input/geodata/02-relief-georef-clipped-resampled.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/02-relief-georef-clipped-resampled.tif -------------------------------------------------------------------------------- /input/geodata/g1g15.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/g1g15.dbf -------------------------------------------------------------------------------- /input/geodata/g1g15.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/g1g15.prj -------------------------------------------------------------------------------- /input/geodata/g1g15.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/g1g15.sbn -------------------------------------------------------------------------------- /input/geodata/g1g15.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/g1g15.sbx -------------------------------------------------------------------------------- /input/geodata/g1g15.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/g1g15.shp -------------------------------------------------------------------------------- /input/geodata/g1g15.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/g1g15.shx -------------------------------------------------------------------------------- /input/geodata/gde-1-1-15.cpg: -------------------------------------------------------------------------------- 1 | latin1 -------------------------------------------------------------------------------- /input/geodata/gde-1-1-15.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/gde-1-1-15.dbf -------------------------------------------------------------------------------- /input/geodata/gde-1-1-15.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/gde-1-1-15.prj -------------------------------------------------------------------------------- /input/geodata/gde-1-1-15.qpj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/gde-1-1-15.qpj -------------------------------------------------------------------------------- /input/geodata/gde-1-1-15.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/gde-1-1-15.shp -------------------------------------------------------------------------------- /input/geodata/gde-1-1-15.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/input/geodata/gde-1-1-15.shx -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/final_map_sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/final_map_sm.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/final_map_sm_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/final_map_sm_2.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-basic-map-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-basic-map-1.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-basic-map-viridis-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-basic-map-viridis-1.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-basic-map-viridis-horizontal-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-basic-map-viridis-horizontal-1.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-basic-map-viridis-horizontal-quantile-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-basic-map-viridis-horizontal-quantile-1.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-discrete-classes-better-colors-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-discrete-classes-better-colors-1.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-discrete-classes-better-legend-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-discrete-classes-better-legend-1.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-discrete-classes-pretty-breaks-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-discrete-classes-pretty-breaks-1.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-final-map-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-final-map-1.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-final-map-different-scale-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-final-map-different-scale-1.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-histogram-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-histogram-1.png -------------------------------------------------------------------------------- /wp-content/uploads/2016/12/tm-with-relief-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grssnbchr/thematic-maps-ggplot2/HEAD/wp-content/uploads/2016/12/tm-with-relief-1.png --------------------------------------------------------------------------------