mandelbrot: mandelbrot

Description Usage Arguments

Description

mandelbrot

Usage

1
2
mandelbrot(x0 = -2.5, x1 = 1, y0 = -1.5, y1 = 1.5, steps = 100,
  maxit = 100, tol = 1e-06, mc.cores = parallel::detectCores())

Arguments

x0

starting point in real axis.

x1

end point in real axis.

y0

starting point in imaginary axis.

y1

end point in imaginary axis.

steps

number of points in range.

maxit

maximum number of iterations.

tol

tolerance.

mc.cores

number of cores for parallel processing.


ddiez/chaos documentation built on May 15, 2019, 1:51 a.m.