Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ww92030-storage/rho

R Programs and Tidbits
https://github.com/ww92030-storage/rho

algorithms data-structures data-structures-and-algorithms r

Last synced: 8 days ago
JSON representation

R Programs and Tidbits

Awesome Lists containing this project

README

        

# RHO
R Programs and Tidbits for various purposes, some of which you would probably not expect to be executed in R.

NOTE I - These programs are not standalone ... If you cannot find something then please search the other documents.

NOTE II - All programs (docs) run in Base R unless the document contains a library() statement, in which you must library.

NOTE III - These R codes are original (unless stated in a document), however some (most) are transcribed from common implementations of algorithms written in other languages.