#Non-mathematical Introductions
- http://gcn.com/articles/2014/01/09/topographical-data-analysis.aspx
- https://www.simonsfoundation.org/quanta/20131004-the-mathematical-shape-of-things-to-come/
#Videos
| ## How to rotate node labels on circle igraph in R | |
| library(igraph) | |
| ### Example | |
| ## Generate some fake data | |
| n <- 75 | |
| g <- erdos.renyi.game(n, 0.5) | |
| V(g)$name = paste("long_name", 1:n, sep="_") |
#Non-mathematical Introductions
#Videos