wine_fun: Plot function

Description Usage Arguments Examples

Description

This function generates a plot with linear or exponential growth

Usage

1
wine_fun(type = "linear", growth = 1)

Arguments

type

Linear or exponential? Default is type = 'linear' (options are type='linear' or type='exponential')

growth

How much does wine effect happiness? Default is growth = 1

Examples

1
2
wine_fun(type='exponential', growth='5')
wine_fun()

annebozack/bdayWine documentation built on May 10, 2019, 11:50 a.m.