Displaying 1 result from an estimated 1 matches for "twomod".
Did you mean:
twomon
2007 Sep 29
1
Visualization of two-mode matrix/ networks/ graphs
...the following example
"vertex.col=2+(network.vertex.names(nflo)=="Medici"" which is not a problem,
but how to use the former solution via vector?
The command "gplot" out of the sna-package should have incorporated a way of
considering two-mode matrix via gmode=="twomode" (see help for gplot), but
then one has to work with graphs and will loose (so far I have caught it)
information which is stored in the class of network.
For example, take the following adjacency matrix, where 1-6 (rows) is the
first set of entities and 7-9 (cols) the second:
7 8 9
1 0 0 0...