plot_spectR | R Documentation |
Plot the spectral density of a phylogeny and all eigenvalues ranked in descending order.
plot_spectR(spectR)
spectR |
an object of class 'spectR', output of the 'spectR' function |
A 2-panel plot with the spectral density profile on the first panel and the eigenvalues ranked in descending order on the second panel
E Lewitus
Lewitus, E., Morlon, H., Characterizing and comparing phylogenies from their Laplacian spectrum, bioRxiv doi: http://dx.doi.org/10.1101/026476
spectR
data(Cetacea)
result <- spectR(Cetacea)
plot_spectR(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.