liveclub: Define a live club

Description Usage Arguments Value Examples

View source: R/liveclub.R

Description

Define a live club

Usage

1
liveclub(space = 100, days = 1, admission = 0, plusMedium = FALSE)

Arguments

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.

Value

An object of class GEMA.liveclub-class.

Examples

1
myLiveClub <- liveclub(space=200, days=20, admission=6, plusMedium=TRUE)

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