Description Usage Arguments Value Examples
View source: R/fibo.R
Calculates the nth fibonacci number
1
fibo(n)
n
the nth fibonacci number
1 2 3
fibo(6) fibo(5) == fibo(4) + fibo(3)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.