plot,report_mig_interannual,missing-method | R Documentation |
Several of these plots are scaled against the same year,i.e.the comparison is based on year 2000, meaning that day 1 would correspond to the first date of 2000, which is also a saturday, the last day of the week.
## S4 method for signature 'report_mig_interannual,missing'
plot(
x,
plot.type = "standard",
timesplit = "month",
year_choice = NULL,
alpha = 1,
silent = FALSE
)
x |
An object of class report_mig_interannual-class |
plot.type |
Default standard |
timesplit |
Used for plot.type barchart or dotplot, Default month other possible values are day, week, 2 weeks, month French values "jour" "semaine" "quinzaine" "mois" are also accepted. |
year_choice |
The year chosen to calculate statistics which will be plotted against the historical series, should be a character vector of length one e.g. '2012', default NULL, when NULL the latest year is selected. |
alpha |
argument passed when plot.type=barchart, pointrange, standard default 1 |
silent |
Stops displaying the messages.
|
Nothing, called for its side effect of plotting
Cedric Briand cedric.briand@eptb-vilaine.fr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.