#' @export
print.seqg <- function(x, ...) {
cat("\nCall:\n")
print(x$call)
cat("\n\nCoefficients:\n")
print(x$coefficients)
cat("\n")
invisible(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.