https://github.com/igraph/netuser15
igraph tutorial at the userR 2015 conference
https://github.com/igraph/netuser15
Last synced: 6 months ago
JSON representation
igraph tutorial at the userR 2015 conference
- Host: GitHub
- URL: https://github.com/igraph/netuser15
- Owner: igraph
- Created: 2015-06-21T18:37:13.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-07-14T14:13:53.000Z (almost 11 years ago)
- Last Synced: 2025-03-04T04:44:23.764Z (about 1 year ago)
- Language: HTML
- Homepage: http://igraph.github.io/netuser15/user-2015.html#1
- Size: 19.6 MB
- Stars: 15
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statistical analysis of network data
> Tutorial at the useR! 2015 conference
## Following the tutorial
* The formatted slides are available here:
http://igraph.github.io/netuser15/user-2015.html#1
* For running the R markdown source, download the
[user-2015.Rmd](user-2015.Rmd) file
(or clone this repo), and open it in R Studio or the R IDE of
your choice.
* Alternatively download only the R source from
[user-2015.R](user-2015.R) and copy and paste it
into your R session.
## Software needed
You will need at least `igraph` version 1.0.0 and `igraphdata` version
`1.0.0`. You will also need the `DiagrammeR` package. To install them
from within R, run:
```r
install.packages("igraph")
install.packages("igraphdata")
install.packages("DiagrammeR")
```