I am using igraph for plotting a graph in R doing something like plot(mygraph, vertex.color = "green")
.
Is there a way to change the color and/or width of the vertices' borders?
As Sean Mc wrote above, vertex border color can be changed by using the vertex.frame.color
parameter. It turns out that igraph provides no vertex.frame.width
parameter, but the solution proposed here works great for changing the border width.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With