draw.fully.sampled {STraTUS} | R Documentation |
For a sample with no unsampled hosts, draw the annotated phylogeny using ggtree
Description
For a sample with no unsampled hosts, draw the annotated phylogeny using ggtree
Usage
draw.fully.sampled(generator, sample)
Arguments
generator |
A list of class |
sample |
A list of class |
Value
A ggtree
object
Examples
generator <- tt.generator(stratus.example.tree)
samples <- sample.tt(generator, 1)
draw.fully.sampled(generator, samples[[1]])
[Package STraTUS version 1.1.2 Index]