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

View source: R/layout.R

layoutClonesR Documentation

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

## Not run: 
layoutClones(fish.object)

layoutClones(fish.object, separate.independent.clones=TRUE)

## End(Not run)


chrisamiller/fishplot documentation built on Sept. 15, 2023, 1:53 p.m.