get_parameters: Discrete sampling of the parameter space using letter...

View source: R/system_attractors.R

get_parametersR Documentation

Discrete sampling of the parameter space using letter combinations.

Description

Discrete sampling of the parameter space using letter combinations.

Usage

get_parameters(
  string = "FIRCDERRPVLD",
  scale = seq(from = -1.2, to = 1.2, by = 0.1)
)

Arguments

string

Letter string to decode to numerical values

scale

Numerical scale used for mapping

Value

a numeric vector

References

Sprott, J. C. (1993). Automatic generation of strange attractors. Computers & Graphics, 17(3), 325-332.


picasa/generate documentation built on Feb. 28, 2025, 6:51 a.m.