Difference between revisions of "Lesson 10"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 68: | Line 68: | ||
* [https://www.data-imaginist.com/2018/tidygraph-1-1-a-tidy-hope/ tidygraph 1.1 – A tidy hope] | * [https://www.data-imaginist.com/2018/tidygraph-1-1-a-tidy-hope/ tidygraph 1.1 – A tidy hope] | ||
* [https://www.data-imaginist.com/slides/rstudioconf2018/assets/player/keynotedhtmlplayer#0 Tidying up your network analysis with tidygraph and ggraph] | * [https://www.data-imaginist.com/slides/rstudioconf2018/assets/player/keynotedhtmlplayer#0 Tidying up your network analysis with tidygraph and ggraph] | ||
+ | * [http://www.questionflow.org/2018/03/06/tao-of-tidygraph/ Tao of Tidygraph] | ||
== Network graph analysis and visualisation packages in R == | == Network graph analysis and visualisation packages in R == | ||
Line 81: | Line 82: | ||
** [https://cran.r-project.org/web/packages/ggraph/vignettes/Layouts.html Layouts] | ** [https://cran.r-project.org/web/packages/ggraph/vignettes/Layouts.html Layouts] | ||
** [https://cran.r-project.org/web/packages/ggraph/vignettes/Nodes.html Nodes] | ** [https://cran.r-project.org/web/packages/ggraph/vignettes/Nodes.html Nodes] | ||
+ | ** [https://www.data-imaginist.com/2019/1-giraffe-2-giraffe-go/ 1 giraffe, 2 giraffe, GO!] | ||
* [https://briatte.github.io/ggnet/ ggnet2 of GGarray] | * [https://briatte.github.io/ggnet/ ggnet2 of GGarray] | ||
Line 90: | Line 92: | ||
== High Recommended == | == High Recommended == | ||
+ | * [https://cran.r-project.org/web/packages/ggraph/vignettes/tidygraph.html tidygraph and ggraph] | ||
* [https://shirinsplayground.netlify.com/2018/03/got_network/ Another Game of Thrones network analysis] | * [https://shirinsplayground.netlify.com/2018/03/got_network/ Another Game of Thrones network analysis] | ||
* [https://rstudio-pubs-static.s3.amazonaws.com/298685_7ca83d01093a4ed79479197945d3783d.html ggmap and ggraph] | * [https://rstudio-pubs-static.s3.amazonaws.com/298685_7ca83d01093a4ed79479197945d3783d.html ggmap and ggraph] |
Latest revision as of 05:46, 1 November 2019
|
|
|
|
|
Network Visualisation and Analysis: Knowledge Discovery in Linked Data
Contents
Content
Data Visualisation Through Their Graph Representation
- Basic concept of graph
- Data and graph
- Where to find the data?
Network Graph Drawing
- Hierarchical tress
- Spanning trees
- Networks
- Directed graphs
- Treemaps
Network Graph Layout Techniques
- Force-directed techniques
- Multidimensional scaling
- The pulling under constrains model
- Bipartite graphs
Applications of Network Visualisation
Network Graph Visualisation and Analysis Tool in R
Network graph data wrangling
- Tidygraph
- Introducing tidygraph
- tidygraph 1.1 – A tidy hope
- Tidying up your network analysis with tidygraph and ggraph
- Tao of Tidygraph
Network graph analysis and visualisation packages in R
Network graph visualisation packages in R
- ggnet2 of GGarray
- geomnet: Network Visualization in the 'ggplot2' Framework
- ggnetwork: Geometries to Plot Networks with 'ggplot2'
High Recommended
- tidygraph and ggraph
- Another Game of Thrones network analysis
- ggmap and ggraph
- Visual Analytics Projects
- Discovering traffic patterns by using network graph visualisations
- shinyNET: A web-based flight data visualisation toolkit using R Shiny and ggraph
- VRshiny: An Application for better business decision making - Visualizing Association Rules with Network Diagram in Shiny
- Linking the globe: An Interactive Dashboard for Exploring Aviation Expansion Along the "Belt and Road"
Interactive network graph visualisation packages in R
- visNetwork: Network Visualization using 'vis.js' Library
- Introduction to visNetwork
- visNetwork, an R package for interactive network visualization
- Network visualization of football transfers using the 'visNetwork' package
- Interactive Network Visualization with R
- Network Visualisation with visNetwork
- Using R to Detect Communities of Correlated Topics
- Network analysis of the Hungarian interbank lending market
- Netpredictor: R and Shiny package to perform Drug-Target Bipartite network analysis and prediction of missing links
- For more example, refer to Images for visNetwork in R
Network Graph Visualisation and Analysis Tool
Gephi
- Webpage [4]
- Download [5]
- Forum [9]
Readings
- Visual Analysis of Complex Networks for Business Intelligence with Gephi [10]
- Graph Drawing [11]
- Graph Analytics - Lesson Learned and Challenges Ahead [12]
- Learning to Read and Interpret Network Graph Data Visualizations [13]
- The Visualization of Networks [14]
- ViZster: Visualizing Online Social Networks [15]
- Adam Perer. "Finding Beautiful Insights in the Chaos of Social Network Visualizations". In Beautiful Visualization. O’Reilly Press. [16]
- Visual Complexity [17]