Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Dec 17, 2016
Dec 17, 2016
Dec 17, 2016
Dec 17, 2016
Jul 18, 2018

README.md

Fractal

An R package to calculate the Mandelbrot set. The function that calculates the set is written in C, and so it is very fast.

If you have the devtools package installed (and if you have set up an appropriate C compiler), you can install the package by typing in the R command prompt

> devtools::install_github ("mariodosreis/fractal")

Examples

Plot the set

n <- 40
z <- fractal::mandelbrot(iter=n)
par(pty="s")
image(z, col=c(topo.colors(n),"black"), las=1)

The Mandelbrot set

About

An R package for fractals

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.