Plot a strange attractor.
# S3 method for attractor plot(x, palette = "BuPu", invert = FALSE, dims = c(600, 600), zero_colour = NA, trim_quantiles = 0, trans = "log1p", ...)
x | Attractor, generated by |
---|---|
palette | ColorBrewer palette. This value is passed to |
invert | If |
dims | Dimensions of matrix |
zero_colour | Colour to use for zero and NA values |
trim_quantiles | Numeric value, indicating a trim value. Quantiles below this value, as well as higher than |
trans | Transforming function |
... | Other options passed to |
Raster, invisibly