Generate strange attractor.
attractor_generic(a, n, x0 = 1, y0 = 1, dims = c(600, 600), progress = (n >= 1e+05), n_discretize = 1e+06, qs = qs, discretize = TRUE)
a | Numeric vector of length 14 |
---|---|
n | Number of points to generate |
x0 | Initial value for x |
y0 | Initial value for y |
dims | Dimensions of resulting matrix |
progress | If TRUE, displays a progress bar |
n_discretize | Number of values to generate before computing the range |
qs | quantile cutoff |
discretize | If |
if discretize == TRUE
a matrix with dimensions dims
, else a data frame with columns x
and y
, and n
rows.