plot.mandelbrot {mandelbrot} | R Documentation |
Plot a Mandelbrot set using base graphics
Description
Draws colored set membership using image
.
Usage
## S3 method for class 'mandelbrot'
plot(x, col = mandelbrot_palette(c("white",
grey.colors(50))), transform = c("none", "inverse", "log"), asp = 1, ...)
Arguments
x |
an object generated by |
col |
a vector of colors, such as those generated by
|
transform |
the name of a transformation to apply to the number of iterations matrix |
asp |
the |
... |
extra arguments passed to |
[Package mandelbrot version 0.2.0 Index]