powered by
ggtree
For a sample with no unsampled hosts, draw the annotated phylogeny using ggtree
draw.fully.sampled(generator, sample)
A list of class tt.generator produced by tt.generator.
tt.generator
A list of class tt produced by sample.tt or sample.partial.tt
tt
sample.tt
sample.partial.tt
A ggtree object
# NOT RUN { generator <- tt.generator(stratus.example.tree) samples <- sample.tt(generator, 1) draw.fully.sampled(generator, samples[[1]]) # }
Run the code above in your browser using DataLab