summary.ctree: Summary of a '"ctree"' object.

View source: R/S3_summary.R

summary.ctreeR Documentation

Summary of a "ctree" object.

Description

Reports some summary statistics for a "rev_phylo" object, which is a bit more than just using print.

Usage

## S3 method for class 'ctree'
summary(object, ...)

Arguments

object

A ctree tree.

...

Extra parameters

Value

None.

Examples

data(ctree_input)

x = ctrees(
ctree_input$CCF_clusters, 
ctree_input$drivers,
ctree_input$samples,
ctree_input$patient,
ctree_input$sspace.cutoff,
ctree_input$n.sampling,
ctree_input$store.max
)

summary(x[[1]])

caravagnalab/ctree documentation built on May 12, 2022, 4:42 p.m.