R/print.yaConsensus_plot.R

Defines functions print.yaConsensus_plot

print.yaConsensus_plot <-
function(x, verbose = T, ...) {
  results <- x$statistics
  if(verbose) {
    message("yaConsensus statistics")
    for(k in 1:length(results)) message("\t", names(results)[k], results[[k]])
  }
  invisible(results)
}

Try the yaConsensus package in your browser

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

yaConsensus documentation built on April 3, 2025, 10:12 p.m.