https://github.com/jrozra200/pretty_triangles
https://github.com/jrozra200/pretty_triangles
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrozra200/pretty_triangles
- Owner: jrozra200
- Created: 2015-10-01T20:17:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T20:02:26.000Z (over 5 years ago)
- Last Synced: 2024-08-13T07:13:01.372Z (8 months ago)
- Language: R
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - jrozra200/pretty_triangles - (R)
README
---
title: "README"
author: "Jacob Rozran"
date: "October 1, 2015"
output: html_document
---This is a simple program that creates a Sierpinski triangle. From a chosen
starting point, the script goes halfway towards a random corner of the
equilateral triangle and creates a new point. It then takes that point and goes
halfway to another random corner. This process is repeated again and again
and the points are recorded throughout.The impetus for creating this was a class assignment. For more information on
the program, process, and more, please visit my blog:
jakelearnsdatascience.wordpress.com/