Advertisement · 728 × 90
#
Hashtag

#multinma

Advertisement · 728 × 90

I am generating a network diagram in R using #multinma and the #plot function:
library("multinma")
bowl<-read.csv("")
bowl_net<-set_agd_arm(bowl,study= Match,trt=Player,r = Result,n = Games,trt_ref=NULL)
plot(bowl_net, weight_edges = TRUE)
How do I change the line (edges) thicknesses?

0 0 0 0