print.ctree | R Documentation |
ctree
tree.Print a ctree
tree.
## S3 method for class 'ctree' print(x, ...)
x |
A |
... |
Extra S3 parameters |
Print a summary for a ctree
object, which includes a
shell-frinedly layout and other information.
Nothing
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]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.