Learn R Programming

ceg (version 0.1.0)

plot,Stratified.ceg.model,ANY-method: Stratified.ceg.model Plotting

Description

This Method is used to plot a chain event graph from a Stratified.ceg.model S4 object. The current ceg package implementation depends on Rgraphviz package from Bioconductor to draw the CEG graph.

Usage

# S4 method for Stratified.ceg.model,ANY
plot(x)

Arguments

x

Stratified.ceg.model S4 object.

Value

the plot and also a pdf version is saved in the working directory.

Examples

Run this code
# NOT RUN {
plot(scm)


# }

Run the code above in your browser using DataLab