0

I have a huge matrix and I'm trying to visualize it better. I only found edge.arrow.size, vertex.size and layout to include in the details of the plot, but it still is hard to visualize enter image description here

ThomasIsCoding
  • 96,636
  • 9
  • 24
  • 81

1 Answers1

0

Perhaps you could try

plot(g, edge.label = NA)

if you want to disable edge labels.

ThomasIsCoding
  • 96,636
  • 9
  • 24
  • 81