GEMA.gig-class: S4 Class GEMA.gig

Description Details Slots Examples

Description

This class is used for objects that define a live concert.

Details

Use function gig to create objects of this class.

Slots

gross

Numeric, the total gross receipts for the concert.

guests

Numeric, number of people attending the concert.

admission

Numeric, highest ticket price for the concert.

musicians

Logical, whether the music ist mostly perfomed by live musicians (in contrast to mostly by using physical recording media).

addIncome

Logical, whether you have additional income through advertising etc.

public

Logical, whether the concert was either public with no admission fee, or an invite-only event for a strictly limited amount of guests (e.g., a promotional event). If TRUE, fee and production become relevant, and admission must be 0.

fee

Numeric, the amount of money payed to the artists, relevant if public=TRUE.

production

Numeric, the directly associated production costs, relevant if public=TRUE.

charity

Logical, whether the event is of non-profit/charitable character.

rcs

Logical, whether the event is of religious, cultural, or social character.

promoYoung

Logical, whether this event is only promoting young musicians.

lumpSumContract

Numeric, one of the following to declare it you have a yearly contract:

0

No yearly contract or not more than 15 events a year.

16

Yearly contract and at least 16 events a year.

31

Yearly contract and at least 31 events a year.

plusMedium

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

Examples

1
myGig <- gig()

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