Learn R Programming

fishplot (version 0.5)

layoutClones: Generate key points of the layout that will be used for plotting

Description

Generate key points of the layout that will be used for plotting

Usage

layoutClones(fish, separate.independent.clones = FALSE)

Arguments

fish

A fish object with appropriate slots filled (frac.table, parents, nest.level)

separate.independent.clones

Boolean - Should independently-arising clones (with parent 0) be separated by blank space in the plot?

Value

A fish object with layout slots filled in

Examples

Run this code
# NOT RUN {
layoutClones(fish.object)

layoutClones(fish.object, separate.independent.clones=TRUE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab