Skip to content

Explore the Mandelbrot Set in an Interactive Shiny Application

Notifications You must be signed in to change notification settings

hrryt/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot

Explore the Mandelbrot set in an interactive Shiny application. There are many ways to download and run the app:

library(shiny)

# Easiest way is to use runGitHub
runGitHub("mandelbrot", "hrryt")

# Run a tar or zip file directly
runUrl("https://github.com/hrryt/mandelbrot/archive/master.tar.gz")
runUrl("https://github.com/hrryt/mandelbrot/archive/master.zip")

Or you can clone the git repository, then use runApp():

# First clone the repository with git. If you have cloned it into
# ~/mandelbrot, first go to that directory, then use runApp().
setwd("~/mandelbrot")
runApp()

About

Explore the Mandelbrot Set in an Interactive Shiny Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages