suresh12 / mandalas

Mandalas in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandalas

After completing this experiment you will be able to create mandalas to color like this one:

Getting Started

Prerequisites

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

install.packages("dplyr")
install.packages("ggplot2")
install.packages("deldir")

More info

The code is simple and is implemented in R. Mathematics behind are also simple and involve basic trigonometry and Voronoi tesselations.

A complete explanation of the experiment can be found at fronkonstin

Authors

About

Mandalas in R

License:MIT License


Languages

Language:R 100.0%