Nothing
qrel.plot <- function(A, ...){
if(!is.element("quantile", class(A))) {
stop("qrel.plot: this function works only on quantile forecasts. \n")
} else {
qrelPlotDefault(y.i = A$y.i, obar.i = A$obar.i, prob.y = A$prob.y, ...)
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.