Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 409 Bytes

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
git clone https://github.com/Kourva/Rmatrix && cd Rmatrix && chmod +x Matrix.r
  • Run (2 ways)
./Matrix.r
Rscript Matrix.r