README.md

chaos package

A package with functions to generate fractals. It is intended to be use for educational purposes.

Install

To install chaos:

devtools::install_github("ddiez/chaos")

Usage

Plot the logitic map.

library(chaos)

x <- logmap()
plot_logmap(x)

Plot the mandelbrot set.

z <- mandelbrot(steps = 300)
plot_mandelbrot(z)



ddiez/chaos documentation built on May 15, 2019, 1:51 a.m.