plot.phylocorrelogram | R Documentation |
This function plots phylogenetic correlograms produced by phyloCorrelogram
## S3 method for class 'phylocorrelogram'
plot(
x,
show.ci = TRUE,
show.h0 = TRUE,
show.test = TRUE,
xlab = "Phylogenetic distance",
ylab = "Correlation",
main = "Phylogenetic correlogram",
...
)
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 |
## Not run:
data(navic)
pc <- phyloCorrelogram(navic)
plot(pc)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.