addlines {eigenmodel} | R Documentation |
Adds lines between nodes to an existing plot of nodes
addlines(U, Y, col = "green", lwd = 1, lty = 1)
U |
an n x 2 matrix of node locations |
Y |
a symmetric matrix |
col |
color of the lines |
lwd |
width of the lines |
lty |
line type |
NULL
Peter Hoff