out_strength: out_strength Determine Out_strength Centrality

Description Usage Arguments Value Author(s) Examples

View source: R/out_strength.R

Description

This function determine the out_strength centrality for for origin facility in the supply chain.

Usage

1

Arguments

frame

This is the dataframe containing assignment of weight( for example, value of transfered product) amoung two type of facilities.This weight can be zero value when there is no transfered product between these facilities.

Value

a dataframe containing facilities and out_strength centrality

Author(s)

Sara AkbarGhanadian

Examples

1
2
3
4
5
6
7
# Not Run:
data(assignment)
frame <- Assignment
# find out-strength for manufactueres

Manufacturer_out_strength <- out_strength(frame)
#End(Not run)

Saraghanadian/SNAinSCM documentation built on March 12, 2020, 1:27 a.m.