GEMA.dancefloor-class: S4 Class GEMA.dancefloor

Description Details Slots Examples

Description

This class is used for objects that define one dancefloor.

Details

Use function dancefloor to create objects of this class.

Slots

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.

Examples

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

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