#' Add line of CCR quantile
#' @export
#'
lines.CCR.quant <- function(CCR.quant.object, ...)
{
q <- CCR.quant.object$q
qinv <- CCR.quant.object$qinv
est <- CCR.quant.object$estimate
qest <- q/est
lines(x = c(qinv, qinv), y = c(q, qest), ...)
lines(x = c(0, qinv), y = c(q, q), ...)
lines(x = c(0, qinv), y = c(qest, qest), ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.