Displaying 1 result from an estimated 1 matches for "nflo".
Did you mean:
flo
2007 Sep 29
1
Visualization of two-mode matrix/ networks/ graphs
...wondering how to interpret "vertex.col :
color for vertices; may be given as a vector or a vertex attribute name, if
vertices are to be of different colors." . For the latter solution via
attribute name the documentation gives 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 g...