8000 GitHub - nemo256/Rproject: For a given matrix, this R script will generate its associated Graph depending on the composition.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

For a given matrix, this R script will generate its associated Graph depending on the composition.

License

Notifications You must be signed in to change notification settings

nemo256/Rproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rproject

For a given matrix, this R script will generate its associated Graph depending on the composition.

Dependencies

R version 3.5 or up is required

Windows & MacOS

Install build utilities (https://gcc.gnu.org/install/binaries.html)

Linux

  • Build dependencies (Debian based distros):
$ sudo apt update && apt install make build-essential gcc g++ gfortran
  • Build dependencies (Arch based distros):
$ sudo pacman -Syu && pacman -S make build-essential gcc g++ gfortran

Installation

To setup properly please follow these steps:

  1. Run this to clone this repo:
$ git clone https://github.com/nemo256/Rproject
  1. Change to the Rproject directory:
$ cd Rproject
  1. Edit the matrix and composition (matrix.txt and composition.txt).
  2. And finally run the script using this command:
$ R < script.R matrix.txt composition.txt

About

For a given matrix, this R script will generate its associated Graph depending on the composition.

Topics

Resources

License

Stars

Watchers

Forks

Languages

0