plot,Stratified.staged.tree,ANY-method {ceg}R Documentation

Stratified.staged.tree Plotting

Description

Method to plot a Staged.tree S4 object. The current package ceg depends on Rgraphviz package from Bioconductor to draw graphs.

Usage

## S4 method for signature 'Stratified.staged.tree,ANY'
plot(x)

Arguments

x

Stratified.staged.tree S4 object

Value

the plot. A pdf version is also saved in the working directory.

Examples

plot(sst)


[Package ceg version 0.1.0 Index]