#' @export
print.heat <- function(x) {
cat("Final Results:\n", head(x$final.results, n = if (x$dim == 1L) {6L} else {1L}), " ... \n",
tail(x$final.results, n = if (x$dim == 1L) {6L} else {1L}))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.