Gingr-class: Class Gingr

Description Usage Arguments Details Author(s) Examples

Description

Class Gingr defines a Gingr data set for constructing gingerbread-related things.

This function will calculate the amount of material required to make a gingerbread related structure of any size!

Usage

1
Gingr(area, unit, structure = NA, ...)

Arguments

area

the numerical area you need

unit

the units you calculated the area in (in, ft, cm, m)

structure

the type of gingerbread structure you wish to make

...

additional parameters to pass through (WIP)

Details

Using a propietary 'secret' formula of baking goods values (Monier et al. 20xx), this function will precisely calculate the necessary materials to make anything out of gingerbread. All you need to enter is the unit area your mega structure will cover and it will give you an output of what you need with respective units.

Author(s)

Brandon Monier, brandon.monier@gmail.com

Examples

1
Gingr(area = 500, unit = "in", structure = "House")

btmonier/gingr documentation built on May 13, 2019, 8:40 a.m.