R/print.dcca.R

Defines functions print.dcca

Documented in print.dcca

#' Print a summary of a dc-CA object.
#' 
#' @param x a dc-CA object from \code{\link{dc_CA}}.
#' @param ...  Other arguments passed to the function (currently ignored).
#' 
#' @details
#' \code{x <- print(x)} is more efficient for \code{\link{scores.dcca}} than 
#' just \code{print(x)} if \code{\link{dc_CA}} is called with 
#' \code{verbose = FALSE}).
#' 
#' @returns No return value, results are printed to console.
#'
#' @example demo/dune_dcCA.r
#'
#' @export
print.dcca <- function(x,
                       ...) {
  print_dcca(x)
}

Try the douconca package in your browser

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

douconca documentation built on June 8, 2025, 11:47 a.m.