ExTopology1 igraph solutions: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 March 2024

  • curprev 15:1215:12, 5 March 2024WikiSysop talk contribs 5,208 bytes +5,208 Created page with "= Exercise: Network topology and statistics = '''Exercise written by: Lars Rønn Olsen''' Notes on today's exercise: today we will get a bit more advanced in our use of igraph. If you get stuck, remember that ''Google and chatGPT are your friends.'' == Part I. Getting started == <pre style="overflow:auto;"> load("/home/projects/22140/exercise3.Rdata") </pre> '''TASK: Create an igraph object with node attributes''' <pre style="overflow:auto;"> g <- graph_from_data_f..."