Skip to content

Instantly share code, notes, and snippets.

@edib
Last active December 22, 2022 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edib/4055a46946c7b4b12b00aa6d43360f3b to your computer and use it in GitHub Desktop.
Save edib/4055a46946c7b4b12b00aa6d43360f3b to your computer and use it in GitHub Desktop.

pajek

yönlü bağlantılar

*Arcs
      1      3       2
      1      2       1
      2      1       1
      2      4       2
      3      9       1
      3     11       2
      4      5       1
      4      8       2
      5      4       1
      5     15       2
      6      9       2
      6     20       1
      7     15       1
      7      6       2
      ....

pajekte yönlü bağlantılarda 2. tercihleri çıkarmak istersek

Network > Create New Network > Transform > Remove > Line  with Value > higher than (yukarıda en sağdaki 2 yazanları çıkaracağız)

ortaya çıkan arcs

*Arcs
  1   2 1
  2   1 1
  3   9 1
  4   5 1
  5   4 1
  6  20 1
  7  15 1
  8  15 1
  9   6 1
 10  18 1
 11   9 1
 12  13 1
 13  22 1
 14  15 1
 15  10 1
 16  19 1
 ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment