logistic_map | R Documentation |
This is the most used chaotic map . The map is sensitive for the value of the parameter greater than 3.568
logistic_map(x0, a)
x0 |
the seed value range from 0 to 1 |
a |
the parameter ranging from 3.5 to 4 |
the map returns the a*x(1-x) for input x
logistic_map(0.26,3.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.