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
- Host: GitHub
- URL: https://github.com/kourva/rmatrix
- Owner: Kourva
- Created: 2022-11-21T21:39:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:45:33.000Z (over 1 year ago)
- Last Synced: 2025-03-18T22:27:52.491Z (9 months ago)
- Topics: matrix, r, rlanguage, rscript
- Language: R
- Homepage:
- Size: 10.7 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```