R/qrel.plot.R

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, ...)

    }
}

Try the verification package in your browser

Any scripts or data that you put into this service are public.

verification documentation built on May 2, 2019, 1:24 a.m.