juliaPlots | R Documentation |
Functions to run the calculations for Julia Plots.
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(...)
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. |
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.