Difference between revisions of "Lesson 10"
Jump to navigation
Jump to search
(Created page with "<div style=background:#2B3856 border:#A3BFB1> 200px <font size = 5; color="#FFFFFF">IS428 Visual Analytics for Business Intelligence</font> </div> <!--MAIN H...") |
|||
Line 29: | Line 29: | ||
<br/> | <br/> | ||
− | <font size="5">''' | + | <font size="5">'''Visualising Geographical Data in R'''</font> |
== Content == | == Content == | ||
− | Data | + | Handling Geospatial Data in R |
* Basic concept of graph | * Basic concept of graph | ||
* Data and graph | * Data and graph | ||
* Where to find the data? | * Where to find the data? | ||
− | + | ==tMap== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | * [https://www.jstatsoft.org/article/view/v084i06 tmap: Thematic Maps in R] | |
− | * | + | * [https://cran.r-project.org/web/packages/tmap/vignettes/tmap-getstarted.html tmap: get started!] |
− | * | + | * [https://cran.r-project.org/web/packages/tmap/vignettes/tmap-changes-v2.html tmap: changes in version 2.0] |
− | * | + | * [https://cran.r-project.org/web/packages/tmap/vignettes/tmap-JSS-code.html reproduction code from JSS article ‘tmap: Thematic Maps in R’] |
− | * | + | * [https://github.com/mtennekes/tmap tmap: thematic maps in R] |
+ | * [https://cran.r-project.org/web/packages/tmap/tmap.pdf Package ‘tmap’] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ==ggmap== | ||
− | + | * [https://journal.r-project.org/archive/2013-1/kahle-wickham.pdf ggmap: Spatial Visualization with ggplot2] | |
+ | * [https://www.r-bloggers.com/how-to-plot-basic-maps-with-ggmap/ How to plot basic maps with ggmap] | ||
+ | * [https://www.r-bloggers.com/map-plots-created-with-r-and-ggmap/ Map Plots Created With R And ggmap] | ||
+ | * [https://blog.dominodatalab.com/geographic-visualization-with-rs-ggmaps/ Geographic visualization with R’s ggmap] | ||
− | |||
− | + | ==Leaflet== | |
− | * | + | * [https://cran.r-project.org/web/packages/leaflet/index.html leaflet: Create Interactive Web Maps with the JavaScript 'Leaflet' Library] |
+ | * [https://rstudio.github.io/leaflet/ Leaflet for R] | ||
− | |||
− | + | ==Others== | |
− | + | * [https://github.com/sjewo/cartogram cartogram: Create Cartograms with R] | |
− | + | * [https://www.jstatsoft.org/article/view/v063i02 micromap: A Package for Linked Micromaps] | |
− | + | * [https://cran.r-project.org/web/packages/micromap/vignettes/Introduction_Guide.pdf Linked Micromaps] | |
− | * | + | * [https://hafen.github.io/geofacet/ geofacet documentation] |
− | |||
− | * | ||
− | * | ||
− | |||
− | |||
− | |||
− | * |
Revision as of 18:57, 19 March 2020
|
|
|
|
|
Visualising Geographical Data in R
Content
Handling Geospatial Data in R
- Basic concept of graph
- Data and graph
- Where to find the data?
tMap
- tmap: Thematic Maps in R
- tmap: get started!
- tmap: changes in version 2.0
- reproduction code from JSS article ‘tmap: Thematic Maps in R’
- tmap: thematic maps in R
- Package ‘tmap’
ggmap
- ggmap: Spatial Visualization with ggplot2
- How to plot basic maps with ggmap
- Map Plots Created With R And ggmap
- Geographic visualization with R’s ggmap
Leaflet