plot_Suppes: Plot Suppes' conditions for this tree

Description Usage Arguments Value Examples

View source: R/plot_Suppes.R

Description

This function creates a joint plot assembled with cowplot integrating two tile plots, one reporting which conditions by Suppes' are satisfied, and the other reporting the numbers used in the evaluation.

Usage

1

Arguments

x

An mtree tree.

...

Extra parameters, not used.

patient

A patient id.

Value

A ggplot plot.

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
)

plot_Suppes(x[[1]])

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