README.md

ACV-Plotter-V2

ACV Plotter using Excel VBA Macro and R-Language

ACV Stands for: Attribute- Consequence- Value

Necessary Libraries For you to install in R:

library(devtools) library(DiagrammeR) library(diagram) library(igraph) library(readxl) library(tidyverse) library(plot.matrix) library(ggplot2)

Notice: All the packages in R should be UPDATED to their last version

Like the Following example code you can install the rest:

install.packages("devtools")

Rtools is required to build R packages; Please download and install Rtools custom from http://cran.r-project.org/bin/windows/Rtools/

In RStudio when you want to Install from GitHub use the following code:

devtools::install_github("ingenious-brothers/ACV-Plotter-V2")

Use ACV_Table_Builder.xlsm to Create Your Appropriate and Standard ACV File

Usage Exapmle in R:

library(RACV) ACV_Plotter("C:/Users/xyz/Desktop/ACV_Table_Builder_v2.xlsm","FinalResult")

Changes to this version: You can now filter the ACV in Excel file according to their relashionship or just the A, C and V

Created by: Dr. Sh. Azizi, Ali Nikseresht, Mohammad Hosein Raeisi (All From Department of Management & Accounting, Shahid Beheshti University, Tehran, Iran)



ingenious-brothers/ACV-Plotter-V2 documentation built on Nov. 16, 2019, 12:03 a.m.