min_corr | R Documentation |
n
taxa.Minimum possible correlation between clades on n
taxa.
min_corr(n)
n |
number of taxa. |
mimimum value of the correlation matrix on n
taxa.
ns <- round(seq(4, 1E3, length.out = 200))
plot(ns, min_corr(ns), lwd = 3,
xlab = expression(n), ylab = expression(rho[min](n)),
main = "Minimum correlation between clade indicators",
type = "l" , cex.lab = 1.5)
abline(h = 0, lwd = 2, lty = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.