print.ctree: Print a 'ctree' tree.

View source: R/S3_print.R

print.ctreeR Documentation

Print a ctree tree.

Description

Print a ctree tree.

Usage

## S3 method for class 'ctree'
print(x, ...)

Arguments

x

A ctree tree.

...

Extra S3 parameters

Details

Print a summary for a ctree object, which includes a shell-frinedly layout and other information.

Value

Nothing

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
)

print(x[[1]])

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