#' Prints tlmixture result object
#'
#' Prints tlmixture result object
#'
#' @param x tlmixture result object
#' @param ... Not used currently.
#' @export
print.tlmixture = function(x, ...) {
cat("Combined results:\n")
print(x$combined$results)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.