Learn R Programming

clonevol (version 0.99.11)

plot.all.trees.clone.as.branch: Plot all branch-based consensus clonal evolution trees

Description

Plot all consensus trees using the branch-based visualizations

Usage

# S3 method for all.trees.clone.as.branch
plot(x, ...)

Arguments

x

Output of infer.clonal.models function

...

Other parammeters of plot.tree.clone.as.branch function

See Also

plot.tree.clone.as.branch

Examples

Run this code
# NOT RUN {
data(aml1)
y = aml1
# }
# NOT RUN {
plot.all.trees.clone.as.branch(y, branch.width = 0.5,
     node.size = 1, node.label.size = 0.5)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab