plot_lratio_network | R Documentation |
Plot ratio network
plot_lratio_network(x, type = "ggraph") lratio_to_network(x) mst_lratio(x)
x |
A character vector representing edges by separating nodes with "–" i.e. in the form of "e1–e2" |
type |
Type of graphical visualisation, currently only support one of "visNetwork" (interactive graph).
|
x = c("X1--X10","X1--X3", "X1--X4","X1--X8","X1--X9","X2--X5","X2--X7","X2--X6", "X8--X10") plot_lratio_network(x, type = "ggraph") plot_lratio_network(x, type = "igraph") plot_lratio_network(x, type = "visNetwork")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.