print.hierbasis <- function(x, digits = 3, ...) {
cat("\nCall: ", deparse(x$call), "\n\n")
print(cbind(Lambda = signif(x$lambdas, digits),
Deg.of.Poly = x$active))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.