Description Usage Arguments Details Value Author(s) Examples
Plot SNA metrics in barcharts to be able to comapre the result
1 |
frame, type |
Plot the SNA metrics base on type of facilities |
Type 1 is Manufacturer Type 2 is distribution centers Type 3 is retailers/ customers type 4 is remanufacturers
Bar charts with value of degree centrality, strength centrality, and R factor on Y axis and type Of facilities on Y axis
Sara AkbarGhanadian
1 2 3 4 5 6 7 8 9 10 11 12 | # Not Run:
data(assignment)
frame <- Assignment
# create summary of three metrics in a dataframe
summary <-SNAOUT(frame )
# select type of facility
# 1 is Manufacturer
# 2 is distribution centers
# 3 is retailers/ customers
# 4 is remanufacturers
Manufacturer_Plot_SNAOUT<- plot_SNA_OUT(summary , 1)
#End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.