Description Usage Arguments Value Author(s) Examples
add tree layer
1 | geom_splitnet(layout = "slanted", ...)
|
layout |
one of 'rectangular', 'slanted', 'circular', 'radial' or 'unrooted' |
... |
additional parameter |
tree layer
Klaus Schliep
1 2 3 4 | data(yeast, package="phangorn")
dm <- phangorn::dist.ml(yeast)
nnet <- phangorn::neighborNet(dm)
ggplot(nnet, aes(x, y)) + geom_splitnet() + theme_tree()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.