Nice and ugly ways to show the pass realtions of a game.

A passing network with a 3 pass minimum

chorddiag(myMat2, showTicks = F, groupnameFontsize = 14, groupnamePadding = 10, margin = 90,groupColors = mycolors)

Random iGraph network

An interactive iGraph network

An interactive chord diagram (Move your cursor over the picture to see the number of passes)

arcplot(edgesss, horizontal=TRUE,
        
        lwd.arcs=4*runif(10,.5,2), col.arcs=hsv(runif(8,0.6,0.8),alpha=0.4),
        show.nodes=TRUE, pch.nodes=21, cex.nodes=runif(10,1,3), 
        col.nodes="gray80", bg.nodes="gray90", lwd.nodes=2)

rmarkdown::render(‘test.rmd’, output_format = ‘html_document’)