plot.MultiQR | R Documentation |
MultiQR
objectsThis S3 method for plot
produces a fan plot of a MultiQR object.
## S3 method for class 'MultiQR'
plot(
plotdata,
targetTimes = NULL,
quantiles = colnames(plotdata),
ylim = "auto",
q50_line = F,
Legend = NULL,
cols = colorRampPalette(c("dodgerblue1", "cyan")),
...
)
plotdata |
A |
targetTimes |
A vector of forecast target times corresponding to |
quantiles |
A charater vector. By default |
ylim |
Passed to |
q50_line |
Should |
Legend |
Location of legend to be produced. E.g. "topleft" |
cols |
Color scheme. May be a list of colors with length
|
... |
Additional arguments passed to |
If is.null(targetTimes)
row indexes of plotdata
are used.
A plot of a MQR
.
Jethro Browell, jethro.browell@strath.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.