Draws colored set membership using image.
# S3 method for mandelbrot
plot(x, col = mandelbrot_palette(c("white",
grey.colors(50))), transform = c("none", "inverse", "log"), asp = 1, ...)an object generated by mandelbrot
a vector of colors, such as those generated by
mandelbrot_palette
the name of a transformation to apply to the number of iterations matrix
the asp parameter to image
which controls aspect ratio
extra arguments passed to image