print.mtree: Print a 'mtree' tree.

Description Usage Arguments Details Value Examples

View source: R/S3_print.R

Description

Print a mtree tree.

Usage

1
2
## S3 method for class 'mtree'
print(x, ...)

Arguments

x

A mtree tree.

...

Extra S3 parameters

Details

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

Value

Nothing

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
data(mtree_input)

x = mtrees(
mtree_input$binary_clusters, 
mtree_input$drivers,
mtree_input$samples,
mtree_input$patient,
mtree_input$sspace.cutoff,
mtree_input$n.sampling,
mtree_input$store.max
)

print(x[[1]])

caravagn/mtree documentation built on Sept. 17, 2020, 1:13 a.m.