juliaPlots: Julia Plots

juliaPlotsR Documentation

Julia Plots

Description

Functions to run the calculations for Julia Plots.

Usage

runJuliaPlot(
  size = c(1000, 1000),
  xScale = c(-2, 2),
  yScale = c(-2, 2),
  juliaFunction = NULL,
  coefficient = complex(real = 0.276, imaginary = 0),
  maxIter = 100,
  maxBound = 4
)

makeJuliaPlot(...)

Arguments

size

vector length 2 giving the dimensions of the matrix

xScale, yScale
coefficient

The c parameter in z^2+c. Vector length 2 representing the real and imaginary parts of the number c.

maxIter

The number of steps at which a point is considered to be bounded.

maxBound

The distance at which a point is considered to have escaped to infinity.

...

parameters passed to the component and the component function runJuliaPlot. See "details" for more information.

Examples

print(1+1)

R-graphic-design/RGD documentation built on Jan. 2, 2023, 10:30 p.m.