pp.quant <-
function (p, distribution, shape = NULL)
{
the.attributes <- attributes(p)
answer <- `if`((is.null(shape) || distribution == "uniform"),
quant(p, distribution),
gquant(p, distribution, shape))
attributes(answer) <- the.attributes
return(answer)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.