plot_network_neg | R Documentation |
Plot Network As Flux Diagramm For Negative Links
plot_network_neg(
network_obj,
matrix,
icon_SDG,
icon_NCS,
nodes_col,
save = FALSE,
name
)
network_obj |
a network object - use matrix_to_network |
matrix |
a weighted contingency matrix with SDG in columns and NCS in rows - use matrix_SDG |
icon_SDG |
a list of 16 rastergrob objects for each SDG - use format_icons |
icon_NCS |
a list of 11 rastergrob objects for each NCS - use format_icons |
nodes_col |
a character vector specifying the color of nodes |
save |
if TRUE the plot is saved in the results folder |
name |
the name of the plot to be saved |
a flux diagramm of the negative links between SDG and NCS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.