Skip to content

MohammadTaghizadeh/RBproblems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

RBproblems

fibo_3D_4

RBproblems: It stands for "R for basic problems".
In this R package there are folowing functions:

  • ptmatrix: it's for giving pascal triangle in a matrix.
  • short_code_pascal_triangle: it's for pascal triangle with a nice code.
  • fibonacci: it's a nice code for giving fibonacci series between two points.
  • fibonacci_2D: it's a two dimentional (2D) fibonacci serires in a matrix with a nice code.

To install this R package use:
library(devtools);
install_github('MohammadTaghizadeh/RBproblems@master')

About

RBproblems: It stands for "R for basic problems".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published