plot.phylocorrelogram {phylosignal} | R Documentation |
Plot a phylogenetic correlogram
Description
This function plots phylogenetic correlograms produced by phyloCorrelogram
Usage
## S3 method for class 'phylocorrelogram'
plot(
x,
show.ci = TRUE,
show.h0 = TRUE,
show.test = TRUE,
xlab = "Phylogenetic distance",
ylab = "Correlation",
main = "Phylogenetic correlogram",
...
)
Arguments
x |
a |
show.ci |
a logical indicating whether to plot the confidence interval envelop (default |
show.h0 |
a logical indicating whether to plot the the line showing the expected
value of Moran's I under the null hypothesis of no phylogenetic autocorrelation (default |
show.test |
a logical indicating whether to plot indicator of significance (default |
xlab |
a label for the x axis. |
ylab |
a label for the y axis. |
main |
a main title for the plot |
... |
other graphical parameters passed to the |
Examples
## Not run:
data(navic)
pc <- phyloCorrelogram(navic)
plot(pc)
## End(Not run)
[Package phylosignal version 1.3.1 Index]