Add lines
Add lines to a network plot
addlines(Y,X,col="lightblue",alength=0,...)
Y
: a sociomatrixX
: coordinates of nodescol
: color of lines. Can be a vector of length equal to the number of edges to be drawnalength
: length of arrows to be drawndata(addhealthc3) Y<-addhealthc3$Y X<-xnet(Y) netplot(Y,X) addlines(Y,X,col=Y[Y!=0])
Peter Hoff