#' @export
#' @rdname print
#' @order 4
print.rgcca_bootstrap <- function(x, ...) {
stopifnot(is(x, "rgcca_bootstrap"))
cat("RGCCA bootstrap object obtained with", x$n_boot, "bootstrap samples.")
cat("\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.