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

801ddfe · Feb 9, 2025

History

4 Commits
Nov 24, 2024
Nov 19, 2024
Nov 19, 2024
Feb 9, 2025
Nov 19, 2024

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