RunIFS3D: RunIFS3D

Description Usage Arguments Value

View source: R/Plot.R

Description

This function allows you to plot some fractals using the Iterated Function Systems theory.

Usage

1
2
RunIFS3D(transformation, translation, probability, iterations, pixels, width,
  height, set_palette = 0)

Arguments

transformation

A list of size n, the 3 x 3 transformation matrices.

translation

A list of size n, the 3 x 1 translational vectors.

probability

A list of size n, the weighted probabilities.

iterations

The number of iterations/points.

pixels

The number of pixels for the 3D plot.

width

Width of the window.

height

Height of the window.

set_palette

0 = default palette; 1 = grayscale; 2 = rich.colors.

Value

A list with a 3D array of pixels and the parameters as a JSON.


IFSPlot documentation built on May 15, 2018, 5:04 p.m.