R/summary.cca.R

Defines functions summary.cca

Documented in summary.cca

#'S3 methods for ranktree
#'
#'Summary methods for objects of class \code{cca}
#'
#'@param object An object of the class "cca"
#'@param \dots not used
#'
#'@return it shows the summary of the prediction tree
#'
#'
#'@export
#'

summary.cca <- function(object,...){
  #object is of the class "ranktree"
print(object)
  
}

Try the ConsRankClass package in your browser

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

ConsRankClass documentation built on Sept. 28, 2021, 5:10 p.m.