| prop_compat | R Documentation | 
Proportion of clades which are pairwise compatible.
prop_compat(n, trivial = FALSE, log = FALSE)
| n | number of taxa. | 
| trivial | logical. If  | 
| log | logical.  | 
(log) proportion of clades which are pairwise compatible.
prop_compat(5)
prop_compat(50)
prop_compat(500)
ns <- 4:100
plot(ns, prop_compat(ns), lwd = 3, xlab = "Number of taxa (n)",
ylab = expression(c(n)), main = "Proportion compatible", type = "l", cex.lab = 1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.