GEMA.liveclub-class: S4 Class GEMA.liveclub

Description Details Slots Examples

Description

This class is used for objects that define one live club.

Details

Use function liveclub to create objects of this class.

Slots

space

Numeric, room size for the live club in square meters.

days

Integer number between 1 and 30, number of days the club is opened per month.

admission

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

plusMedium

Logical, whether in addition to the live music there is also music from physical recording media (e.g., CDs) being played.

Examples

1
myLiveClub <- liveclub(space=200, days=3, admission=6)

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