plot_network_neg: Plot Network As Flux Diagramm For Negative Links

View source: R/plot_data.R

plot_network_negR Documentation

Plot Network As Flux Diagramm For Negative Links

Description

Plot Network As Flux Diagramm For Negative Links

Usage

plot_network_neg(
  network_obj,
  matrix,
  icon_SDG,
  icon_NCS,
  nodes_col,
  save = FALSE,
  name
)

Arguments

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

Value

a flux diagramm of the negative links between SDG and NCS


GaelMariani/NCSSDGproj documentation built on April 1, 2024, 9:18 a.m.