/julia-flowers

An experiment in R to create flowers inspired in the Julia Set

Primary LanguageRMIT LicenseMIT

Flowers for Julia

An R experiment to create flowers inspired in the Julia Sets, a family of fractal sets obtained from complex numbers, after being iterated by a holomorphic function. Some examples:

Getting Started

Prerequisites

You will need to install the following packages (if you don't have them already):

install.packages("tidyverse")
install.packages("colourlovers")

More info

A complete explanation of the experiment can be found at fronkonstin

Authors