R/print.rgcca_bootstrap.R

Defines functions print.rgcca_bootstrap

Documented in print.rgcca_bootstrap

#' @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")
}

Try the RGCCA package in your browser

Any scripts or data that you put into this service are public.

RGCCA documentation built on Oct. 9, 2023, 5:09 p.m.