dancefloor: Define a dancefloor

Description Usage Arguments Value Examples

View source: R/dancefloor.R

Description

Define a dancefloor

Usage

1
dancefloor(space = 100, days = 1, admission = 0)

Arguments

space

Numeric, room size for the dancefloor in square meters.

days

Integer number between 1 and 7, number of days the club is opened per week.

admission

Numeric, highest ticket price for the dancefloor. If prices vary over the week, use the average of highest prices, respectively.

Value

An object of class GEMA.dancefloor-class.

Examples

1
myDancefloor <- dancefloor(space=200, days=3, admission=6)

C3S/GEMATariff documentation built on May 6, 2019, 9:12 a.m.