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
Asked
Active
Viewed 50 times
0

ThomasIsCoding
- 96,636
- 9
- 24
- 81
1 Answers
0
Perhaps you could try
plot(g, edge.label = NA)
if you want to disable edge labels.

ThomasIsCoding
- 96,636
- 9
- 24
- 81
-
It didn't change anything. – Daniel Cordeiro Jan 18 '22 at 10:50
-
@DanielCordeiro Could you `dput` your data? – ThomasIsCoding Jan 18 '22 at 10:51