Closed zhui126 closed 2 years ago
Hi Hui, that's a great suggestion - thank you! I'll look into implementing this in the next release. David
Hi, David, Thank you for you kind reply. Best wishes, Hui
Hi Hui, that's a great suggestion - thank you! I'll look into implementing this in the next release. David
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
I've added a nudge
argument to the plot()
method for networks - you can see an example here.
This will be in the next release, but if you like you can install the latest development version with this new feature like so:
install.packages("multinma", repos = c("https://dmphillippo.r-universe.dev", getOption("repos")))
Hi, Phillippo, Thank you for the excellent package. I have one little problem with the netgraph, in which the label text for each treatment is placed in the middle of the node (circle). I think it might be better to have the text placed under or at the side of the node(circle), just like the netgraph published in JAMA journals. I wonder if it is possible to change that. Hui