match_ratio | R Documentation |
match_ratio()
uses the Match Ratio statistic of Ahrens et al. (2014) to
compute agreement between all pairs of species delimitation partitions in
delim_join output.
match_ratio(delim)
delim |
Output from delim_join. |
match_ratio()
iterates between all species delimitation partitions in
delim_join output and returns a tbl_df
containing the following columns:
pairs
pairs of species delimitation methods analyzed.
delim_1
number of species partitions in method 1.
delim_2
number of species partitions in method 2.
n_match
number of identical species partitions in methods 1 and 2.
match_ratio
match ratio statistic, where 0 indicates no agreement between
pairs of species delimitation partitions and 1 indicates complete agreement between
them.
an object of class tbl_df.
Pedro S. Bittencourt
Ahrens D., Fujisawa T., Krammer H. J., Eberle J., Fabrizi S., Vogler A. P. 2016. Rarity and Incomplete Sampling in DNA-Based Species Delimitation. Systematic Biology 65 (3): 478-494.
# estimate match ratio statistics
match_ratio(geophagus_delims)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.