plot_spectR: Spectral density plot of a phylogeny.

View source: R/plot_spectR.R

plot_spectRR Documentation

Spectral density plot of a phylogeny.

Description

Plot the spectral density of a phylogeny and all eigenvalues ranked in descending order.

Usage

plot_spectR(spectR)

Arguments

spectR

an object of class 'spectR', output of the 'spectR' function

Value

A 2-panel plot with the spectral density profile on the first panel and the eigenvalues ranked in descending order on the second panel

Author(s)

E Lewitus

References

Lewitus, E., Morlon, H., Characterizing and comparing phylogenies from their Laplacian spectrum, bioRxiv doi: http://dx.doi.org/10.1101/026476

See Also

spectR

Examples


data(Cetacea)
result <- spectR(Cetacea)
#plot_spectR(result)

hmorlon/PANDA documentation built on March 8, 2024, 8:36 p.m.