View source: R/Source_BirdCharacteristics.R
TestMatch | R Documentation |
Calculates how well the female template matches the male template. Mismatch is based how many syllables the female knows that the male does not (Missing) + how many more syllables does the male know than the female (Extra, min 0). Match = 1 - Mismatch/Number of Female Syllables.
TestMatch(P, maleSong, femaleSong)
P |
a list of parameters |
maleSong |
a syllable vector |
femaleSong |
a syllable vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.