#' @export
print.quantiles.out <-
function (x,...)
{
dn <- dimnames(x)
the.dim <- dim(x)
attributes(x) <- NULL
dim(x) <- the.dim
dimnames(x) <- dn
print(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.