Title: | Shiny Fractal Viewer |
---|---|
Description: | a shiny page to page around in fractals. |
Authors: | Steven E. Pav [aut, cre] |
Maintainer: | Steven E. Pav <[email protected]> |
License: | LGPL-3 |
Version: | 0.1.2 |
Built: | 2024-10-24 05:45:22 UTC |
Source: | https://github.com/shabbychef/faroutman |
Shiny Fractal Viewer.
faroutman is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
This package is maintained as a hobby.
Steven E. Pav [email protected]
News for package ‘faroutman’
first CRAN release.
A shiny app to view fractals.
fractal_app()
fractal_app()
a shiny app.
Steven E. Pav [email protected]
## Not run: fractal_app() ## End(Not run)
## Not run: fractal_app() ## End(Not run)
Compute the Mandelbrot set.
Compute the Fibonacci set.
Compute the Cosine set.
Compute the Exp set.
Compute the Burning Ship fractal set.
mandelbrot_esc(x, y, maxit = 128L, escape = 4) fibonacci_esc(x, y, maxit = 128L, escape = 4) cosine_esc(x, y, maxit = 128L, escape = 987) exp_esc(x, y, maxit = 128L, escape = 2500) burning_ship_esc(x, y, maxit = 128L, escape = 4)
mandelbrot_esc(x, y, maxit = 128L, escape = 4) fibonacci_esc(x, y, maxit = 128L, escape = 4) cosine_esc(x, y, maxit = 128L, escape = 987) exp_esc(x, y, maxit = 128L, escape = 2500) burning_ship_esc(x, y, maxit = 128L, escape = 4)
x |
the real coordinates |
y |
the imaginary coordinates |
maxit |
the maximum iterations to consider |
escape |
the condition to determine escape, in squared distance units. |
Computes the iterations required to escape based on
given input
.
Computes the iterations required to escape based on
given input
.
Computes the iterations required to escape based on
given input
.
Computes the iterations required to escape based on
given input
.
Computes the iterations required to escape based on
given input
.
Steven E. Pav [email protected]
Wikipedia contributors, "Burning Ship fractal," Wikipedia, The Free Encyclopedia, https://en.wikipedia.org/w/index.php?title=Burning_Ship_fractal&oldid=1145232996 (accessed March 27, 2023).
https://math.stackexchange.com/a/5705