plot_SNA_IN: plot_SNAIN

Description Usage Arguments Details Value Author(s) Examples

View source: R/plot_SNA_IN.R

Description

Plot SNA metrics in barcharts to be able to comapre the result

Usage

1

Arguments

frame, type

Plot the SNA metrics base on type of facilities

Details

Type 1 is Manufacturer Type 2 is distribution centers Type 3 is retailers/ customers type 4 is remanufacturers

Value

Bar charts with value of degree centrality, strength centrality, and R factor on Y axis and type Of facilities on Y axis

Author(s)

Sara AkbarGhanadian

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# Not Run:
data(assignment)
frame <- Assignment
# create summary of three  metrics in a dataframe
# create summary of three  metrics in a dataframe
summary <-SNAIN(frame )
# select type of facility
# 1 is Manufacturer
# 2 is distribution centers
# 3 is retailers/ customers
# 4 is remanufacturers
Manufacturer_Plot_SNAOUT<- PLot_SNA_In(summary , 1)
#End(Not run)

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