plot-methods: Plot method for objects of class GEMA.dancefloor

Description Usage Arguments

Description

Plot method for S4 objects of classes of the GEMATariff package, plots the development of the new club tariff from 2014 to 2022.

Usage

1
2
3
4
5
6
7
8
9
## S4 method for signature 'GEMA.dancefloor,missing'
plot(x,
  year = as.numeric(format(Sys.time(), "%Y")), xlab = "Year",
  ylab = "Tariff (<e2><82><ac>)", main = "Development of the GEMA tariff", ...)

## S4 method for signature 'GEMA.gig,missing'
plot(x, year = as.numeric(format(Sys.time(),
  "%Y")), xlab = "Year", ylab = "Tariff (<e2><82><ac>)",
  main = "Development of the GEMA tariff", ...)

Arguments

x

An object of class GEMA.dancefloor or GEMA.gig.

year

Integer between 2014 and 2022, draws a line at the given year.

xlab

See plot.

ylab

See plot.

main

See plot.

...

Additional options given to plot.

y

From the generic plot function, ignored.


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