plot.color_matrix: Plot color matrices

Description Usage Arguments Value Examples

View source: R/plot_color_matrix.R

Description

Plot objects of class "color_matrix" as returned from e.g. mandelbrot() or sandpile().

Usage

1
2
## S3 method for class 'color_matrix'
plot(x, ...)

Arguments

x

A matrix of color values.

...

Not used.

Value

None

Examples

1
plot(mandelbrot(width = 200, height = 150))

BastiHz/fractalplotr documentation built on Sept. 9, 2021, 4:46 a.m.