Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/habedi/myr-languagecodes

My efforts for bettering my knowlage of R language
https://github.com/habedi/myr-languagecodes

data-mining data-science data-visualization dataset graph r

Last synced: about 2 months ago
JSON representation

My efforts for bettering my knowlage of R language

Awesome Lists containing this project

README

        

# My R Codes
My efforts for bettering my knowlage of R language
---

[![GitHub issues](https://img.shields.io/github/issues/habedi/myR-LanguageCodes.svg)](https://github.com/habedi/myR-LanguageCodes/issues) [![GitHub forks](https://img.shields.io/github/forks/habedi/myR-LanguageCodes.svg)](https://github.com/habedi/myR-LanguageCodes/network) [![GitHub stars](https://img.shields.io/github/stars/habedi/myR-LanguageCodes.svg)](https://github.com/habedi/myR-LanguageCodes/stargazers) [![GitHub license](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://raw.githubusercontent.com/habedi/myR-LanguageCodes/master/LICENSE)

My codes so far:
---

1. Pareto Distributions {codes/mePareto.R}
2. Cellular Automata Simulation {codes/Cellular-Automata.R}
3. 2D Plottting in R (1) {codes/2DPlotting.R}
4. Simple KMeans Clustering (1) {codes/clustering1.R}
5. Simple Community Detection (1) {codes/igraph1.R}
6. Simple Graph Plotting in Igraph (1) {codes/igraph2.R}
7. Simple PCA in R (1) {codes/PCA1.R}
8. QuickSort in R {codes/QuickSort.R}
9. McCarthy 91 Function in R {codes/McCarthy_fun91.R}
10. Calculating centrality measures for a graph's nodes/edges in R {codes/igraph3.R}
11. Querying Twitter in R {codes/Tweet-Harvester.R}
12. Standard Statistics in R {codes/SimpleStats.R}
13. Plot lines to show trends {codes/lineplots.R}

---
Datasets:
---

1. Dolphins Social Network (graph) {codes/data/dolphins.gml}
2. Neural network of the nematode C. Elegans (graph) {codes/data/celegansneural.gml}
3. Western States Power Grid (graph) {codes/data/power.gml}
4. LoK Defiant Wallpaper (image) {codes/data/defiant.png}
5. IMDB 10K movie ratings {codes/data/10K/*}
6. SNAP DBLP graph degree distribution of nodes {codes/data/dblp.degdis}
7. Seismic activity dataset for a week period of time {codes/data/Seismic data.csv}
8. The data for reduction of edges as we remove the lighter nodes {codes/data/SHRINKING-TREND1.csv}