An open API service indexing awesome lists of open source software.

https://github.com/kourva/rmatrix

Simple script to generate matrix in R language
https://github.com/kourva/rmatrix

matrix r rlanguage rscript

Last synced: 9 months ago
JSON representation

Simple script to generate matrix in R language

Awesome Lists containing this project

README

          

# Rmatrix
Simple script to generate matrix in R language

> This script will generate matrix by given **row**, **column** and **elements** from user
> You need to install **Rscript** for your machine

# Install
+ Clone
```bash
git clone https://github.com/Kourva/Rmatrix && cd Rmatrix && chmod +x Matrix.r
```
+ Run (2 ways)
```bash
./Matrix.r
```
```bash
Rscript Matrix.r
```