Difference between revisions of "Sample two-mode network"
Line 28: | Line 28: | ||
{|border="1" align="left" style="text-align:left;" | {|border="1" align="left" style="text-align:left;" | ||
− | + | ! band | |
− | |George | x | x | | | + | ! choir |
− | |Dimitri |x | | x| | + | ! orchestra |
− | | Sarah |x | x | | | + | |- |
+ | |George | ||
+ | | x | ||
+ | | x | ||
+ | | | ||
+ | |-| | ||
+ | |Dimitri | ||
+ | |x | ||
+ | | | ||
+ | | x | ||
+ | | | ||
+ | |- | ||
+ | | Sarah | ||
+ | |x | ||
+ | | x | ||
+ | | | ||
+ | | | ||
|} | |} |
Revision as of 09:45, 1 November 2011
txt2pajek input:
George band
George choir
Dimitri orchestra
Dimitri band
Sarah band
Sarah choir
txt2pajek output: (selecting 2-mode)
*Vertices 6 3
1 "George"
2 "Dimitri"
3 "Sarah"
4 "band"
5 "choir"
6 "orchestra"
*Edges
1 4
1 5
2 6
2 4
3 4
3 5
representing the matrix
band | choir | orchestra | ||
---|---|---|---|---|
George | x | x | ||
Dimitri | x | x | ||
Sarah | x | x |