Description Usage Arguments Value Examples
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.
1 | plot_Suppes(x, ...)
|
x |
An |
... |
Extra parameters, not used. |
patient |
A patient id. |
A ggplot
plot.
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]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.