#---
#Title: faroutman
#Date: Tue Jun 19 2018 07:58:50 AM
#---

# set the knitr options ... for everyone!
# if you unset this, then vignette build bonks. oh, joy.
#opts_knit$set(progress=TRUE)
opts_knit$set(eval.after='fig.cap')
# for a package vignette, you do want to echo.
# opts_chunk$set(echo=FALSE,warning=FALSE,message=FALSE)
opts_chunk$set(warning=FALSE,message=FALSE)
#opts_chunk$set(results="asis")
opts_chunk$set(cache=TRUE,cache.path="cache/")

#opts_chunk$set(fig.path="github_extra/figure/",dev=c("pdf","cairo_ps"))
#opts_chunk$set(fig.path="github_extra/figure/",dev=c("png","pdf"))
#opts_chunk$set(fig.path="github_extra/figure/",dev=c("png"))
opts_chunk$set(fig.path="man/figures/",dev=c("png"))
opts_chunk$set(fig.width=5,fig.height=4,dpi=64)

# doing this means that png files are made of figures;
# the savings is small, and it looks like shit:
#opts_chunk$set(fig.path="figure/",dev=c("png","pdf","cairo_ps"))
#opts_chunk$set(fig.width=4,fig.height=4)
# for figures? this is sweave-specific?
#opts_knit$set(eps=TRUE)

# this would be for figures:
#opts_chunk$set(out.width='.8\\textwidth')
# for text wrapping:
options(width=64,digits=2)
opts_chunk$set(size="small")
opts_chunk$set(tidy=TRUE,tidy.opts=list(width.cutoff=50,keep.blank.line=TRUE))

#faroutman.meta <- packageDescription('faroutman')
library(faroutman)
#[![codecov.io](http://codecov.io/github/shabbychef/faroutman/coverage.svg?branch=master)](http://codecov.io/github/shabbychef/faroutman?branch=master)
#[![Build Status](https://travis-ci.org/shabbychef/faroutman.png)](https://travis-ci.org/shabbychef/faroutman)
#[![codecov.io](http://codecov.io/github/shabbychef/faroutman/coverage.svg?branch=master)](http://codecov.io/github/shabbychef/faroutman?branch=master)

#[![CRAN](https://www.r-pkg.org/badges/version/faroutman)](https://cran.r-project.org/package=faroutman)
#[![Downloads](http://cranlogs.r-pkg.org/badges/faroutman?color=green)](https://www.r-pkg.org:443/pkg/faroutman)
#[![Total](http://cranlogs.r-pkg.org/badges/grand-total/faroutman?color=green)](https://www.r-pkg.org:443/pkg/faroutman)
#from [CRAN](https://cran.r-project.org/package=faroutman "CRAN page"),

faroutman

Build Status

A Shiny app to look at fractals.

-- Steven E. Pav, shabbychef@gmail.com

Installation

This package can be installed via drat, or from github via devtools:

# via drat:
if (require(drat)) {
    drat:::add("shabbychef")
    install.packages("faroutman")
}
# get snapshot from github (may be buggy)
if (require(devtools)) {
    # latest greatest
    install_github('shabbychef/faroutman',ref='master')
}

Basic Usage

Run the app via the faroutman::fractal_app() function.

One can zoom in the fractal window, then double click to reset the pane. Navigation via the x and y center and width is also possible. Four fractal types are supported: Mandelbrot, Fibonacci, Cosine and Exponential.

Screenshots



shabbychef/faroutman documentation built on March 28, 2023, 10:42 p.m.