View source: R/auxiliary_functions.r
compatible | R Documentation |
Returns whether two clades are compatible
compatible(x, y)
x |
a clade. |
y |
a clade. |
logical. TRUE
if x
and y
are compatible and FALSE
otherwise.
compatible(x = "{t1,t2}", y = "{t1,t3,t4}")
compatible(x = "{t1,t2}", y = "{t1,t2,t4}")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.