View source: R/system_attractors.R
get_parameters | R Documentation |
Discrete sampling of the parameter space using letter combinations.
get_parameters(
string = "FIRCDERRPVLD",
scale = seq(from = -1.2, to = 1.2, by = 0.1)
)
string |
Letter string to decode to numerical values |
scale |
Numerical scale used for mapping |
a numeric vector
Sprott, J. C. (1993). Automatic generation of strange attractors. Computers & Graphics, 17(3), 325-332.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.