Description Usage Arguments Value Author(s) References See Also Examples
drawing phylogenetic tree from phylo object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
tr |
phylo object |
mapping |
aes mapping |
layout |
one of 'rectangular', 'slanted', 'fan', 'circular', 'radial', 'equal_angle' or 'daylight' |
open.angle |
open angle, only for 'fan' layout |
mrsd |
most recent sampling date |
as.Date |
logical whether using Date class in time tree |
yscale |
y scale |
yscale_mapping |
yscale mapping for category variable |
ladderize |
logical |
right |
logical |
branch.length |
variable for scaling branch, if 'none' draw cladogram |
ndigits |
number of digits to round numerical annotation variable |
... |
additional parameter |
tree
Klaus Schliep
Schliep, K., Potts, A. J., Morrison, D. A. and Grimm, G. W. (2017), Intertwining phylogenetic trees and networks. Methods Ecol Evol. 8, 1212–1220. doi:10.1111/2041-210X.12760
ggtree
, networx
,
consensusNet
, neighborNet
1 2 3 4 | data(yeast, package="phangorn")
dm <- phangorn::dist.ml(yeast)
nnet <- phangorn::neighborNet(dm)
ggsplitnet(nnet) + geom_tiplab2()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.