Jean-Baptiste-Camps / stemmatology

Stemmatological Analysis of Textual Traditions
GNU General Public License v3.0
15 stars 3 forks source link

Conflicts graph #27

Closed floriancafiero closed 6 years ago

floriancafiero commented 6 years ago

We talked about improving the visualization of our graphs of conflicts. The current network is plotted with gplot (lines 284-285 in PCC.conflicts, as of today).

gplot(myNetwork, displaylabels, label = network.vertex.names(myNetwork), gmode = "graph", boxed.labels = TRUE)

Other packages could give a more interesting output:

Jean-Baptiste-Camps commented 6 years ago

For now, switched to igraph !