View source: R/capped_fibonacci_seq.R
capped_fibonacci_seq | R Documentation |
Generates the Fibonacci sequence up to a specified maximum number
capped_fibonacci_seq(max_number)
max_number |
The maximum number up to which the sequence should be generated |
A vector containing the Fibonacci sequence
Tasos Grivas <tasos@openriskcalculator.com>
https://en.wikipedia.org/wiki/Fibonacci_number
fibonacci_seq = capped_fibonacci_seq(max_number = 6000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.