Description Details Slots Examples
This class is used for objects that define one dancefloor.
Use function dancefloor to create objects of this class.
spaceNumeric, room size for the dancefloor in square meters.
daysInteger number between 1 and 7, number of days the club is opened per week.
admissionNumeric, highest ticket price for the dancefloor. If prices vary over the week, use the average of highest prices, respectively.
1 | myDancefloor <- dancefloor(space=200, days=3, admission=6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.