I recommend installing R and RStudio on your local computer in order to follow along with the Workbook.
Then, install the igraph
R package with the following:
install.packages("igraph")
Workbook: You can download the Rmarkdown document here. Click on ‘Code’ > ‘Download Rmd’.
Data: You can download the example networks
(example-data-compcog.RData
) at
the site’s Github page. Click on the ‘Download’ button.
Workbook: You can download the Rmarkdown document here. Click on ‘Code’ > ‘Download Rmd’.
Data: You can download the example networks
(example-data.RData
) at
the site’s Github page. Click on the ‘Download’ button.
Slides: The presentation slides are generated from a
Rmarkdown document, so unfortunately I do not have them in PowerPoint
format. You can download the .html
file that is shown on
this site here.
It will work in any browser. If you really like the slides in
.pdf
then click here.
Copyright © 2023 CSQ Siew. All rights reserved.