summary.ctree | R Documentation |
"ctree"
object.Reports some summary statistics for a "rev_phylo"
object,
which is a bit more than just using print.
## S3 method for class 'ctree' summary(object, ...)
object |
A |
... |
Extra parameters |
None.
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]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.