Skip to content

spceaza/ChaosGamePlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChaosGamePlot

Plot fractals using the chaos game method and C++. This package use 4 set of rules for the chaos game.

Installation

# install.packages("devtools")
devtools::install_github("cesandovalp/ChaosGamePlot")

Example

Code

library(ChaosGamePlot)
result = RunChaosGame(5, .4, 100**3, 1)

Output

output

Code

library(ChaosGamePlot)
result = ChaosGamePlot::RunChaosGame(6, .5, 100**4, 3)

Output

output

About

ChaosGamePlot R package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors