This package offers an approach for the determination of social network analysis metrics (SNA) in the supply chain. SNA metrics including degree centrality, strength centrality, and reducing factor are provided to be used in the supply chain network design.
Functions in the package allows to:
A complete description of all features and interpretation can be found at the link:
You can install SNAinSCM from github with:
install.packages("SNAinSCM")
devtools::install_github("Saraghanadian/SNAinSCM")
``` r library(SNAinSCM)
data("assignment") head(assignment)
My_data <- assignment out_degree(my_data)
out_strength(my_data) Facility strenght_centrality
R_disperse(my_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.