| max_corr | R Documentation | 
n taxa.Maximum possible correlation between clades on n taxa.
max_corr(n)
| n | number of taxa. | 
maximum value of the correlation matrix on n taxa.
ns <- round(seq(4, 1E3, length.out = 200))
plot(ns, max_corr(ns),  lwd = 3,
xlab = expression(n), ylab = expression(rho[max](n)),
 main = "Maximum 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.