plot.STRtree {genealogy}R Documentation

Plot tree with STR haplotypes

Description

Plots a genealogy for an object of class STRtree.

Usage

plot.STRtree(t, ...)

Arguments

t An object of class STRtree
... Other graphical parameters

Value

No return value.

Author(s)

Ian Wilson I.Wilson@maths.abdn.ac.uk

See Also

plot.tree,plot.migtree, mutate1

Examples

STR1 <- mutate1(coal1(10),nSTR=5,theta=5);
plot(STR1);

[Package genealogy version 0.01 Index]