R/print.rgcca_permutation.R

Defines functions print.rgcca_permutation

Documented in print.rgcca_permutation

#' @export
#' @rdname print
#' @order 3
print.rgcca_permutation <- function(x, ...) {
  stopifnot(is(x, "rgcca_permutation"))
  cat(
    "RGCCA permutation object obtained with", nrow(x$params),
    "sets of parameters and", x$n_perms, "permutations each."
  )
  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.