Difference between revisions of "Lesson 10"

From Visual Analytics for Business Intelligence
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">'''Network Visualisation and Analysis: Knowledge Discovery in Linked Data'''</font>
+
<font size="5">'''Visualising Geographical Data in R'''</font>
  
 
== Content ==
 
== Content ==
  
Data Visualisation Through Their Graph Representation
+
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?
  
Network Graph Drawing
+
==tMap==
*  Hierarchical tress
 
*  Spanning trees
 
*  Networks
 
*  Directed graphs
 
*  Treemaps
 
  
Network Graph Layout Techniques
+
* [https://www.jstatsoft.org/article/view/v084i06 tmap: Thematic Maps in R]
* Force-directed techniques
+
* [https://cran.r-project.org/web/packages/tmap/vignettes/tmap-getstarted.html tmap: get started!]
* Multidimensional scaling
+
* [https://cran.r-project.org/web/packages/tmap/vignettes/tmap-changes-v2.html tmap: changes in version 2.0]
* The pulling under constrains model
+
* [https://cran.r-project.org/web/packages/tmap/vignettes/tmap-JSS-code.html reproduction code from JSS article ‘tmap: Thematic Maps in R’]
* Bipartite graphs
+
* [https://github.com/mtennekes/tmap tmap: thematic maps in R]
 +
* [https://cran.r-project.org/web/packages/tmap/tmap.pdf Package ‘tmap’]
  
Applications of Network Visualisation
 
*  Organisation network
 
*  Business network [http://www.theyrule.net/2004/tr2.php]
 
*  Political network [http://www.cs.umd.edu/hcil/socialaction/]
 
*  Social network [http://hci.stanford.edu/jheer/projects/vizster/]
 
*  News network
 
  
 +
==ggmap==
  
= Network Graph Visualisation and Analysis Tool =
+
* [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]
  
'''Gephi'''
 
  
*  Webpage [http://gephi.org/]
+
==Leaflet==
  
* Download [http://gephi.org/users/download/]
+
* [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]
  
* Tutorial: Quick Start [http://gephi.org/users/quick-start/], Visualization [http://gephi.org/users/tutorial-visualization/], and Layouts [http://gephi.org/users/tutorial-layouts/]
 
  
*  Forum [http://forum.gephi.org/]
+
==Others==
  
 
+
* [https://github.com/sjewo/cartogram cartogram: Create Cartograms with R]
= Readings =
+
* [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]
* Visual Analysis of Complex Networks for Business Intelligence with Gephi [https://hal.archives-ouvertes.fr/hal-00828795/document]
+
* [https://hafen.github.io/geofacet/ geofacet documentation]
* Graph Drawing [http://en.wikipedia.org/wiki/Graph_drawing]
 
* Graph Analytics - Lesson Learned and Challenges Ahead [https://www.cs.umd.edu/users/ben/papers/Wong2011Graph.pdf]
 
* Learning to Read and Interpret Network Graph Data Visualizations [http://noduslabs.com/cases/learn-read-interpret-network-graphs-data-visualization/]
 
* The Visualization of Networks [http://www.vismaster.eu/news/von/]
 
* ViZster: Visualizing Online Social Networks [http://hci.stanford.edu/jheer/projects/vizster/early_design/]
 
* Adam Perer. "Finding Beautiful Insights in the Chaos of Social Network Visualizations". In '''Beautiful Visualization'''. O’Reilly Press. [http://perer.org/papers/adamPerer-BV_ch10.pdf]
 
* Visual Complexity [http://www.visualcomplexity.com/vc/]
 

Revision as of 18:57, 19 March 2020